diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2021-02-13 14:52:01 +0100 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2021-02-13 14:52:01 +0100 |
commit | b0a71b20c97ac2b97a1600e088753465137713e0 (patch) | |
tree | 8779ea8ec707861a21a2d7f59cc6cfdee2f06544 /.xinitrc | |
parent | 565800bbe45ea25e8cf508ac94e71fa5207aea48 (diff) |
added xscreensaver usage, simplified xinitrc and dwms use of it
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -1,9 +1,4 @@ #!/bin/bash -/home/tom/.screenlayout/set.sh - -while true; do - /home/tom/src/dwmstatus/dwmstatus & - nitrogen --restore - /home/tom/src/dwm/dwm 2> /home/tom/.dwm.log -done +/home/tom/src/dwmstatus/dwmstatus & +/home/tom/src/dwm/dwm 2> /home/tom/.dwm.log |