summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2021-02-13 14:52:01 +0100
committerTom Barrett <tom@tombarrett.xyz>2021-02-13 14:52:01 +0100
commitb0a71b20c97ac2b97a1600e088753465137713e0 (patch)
tree8779ea8ec707861a21a2d7f59cc6cfdee2f06544 /.xinitrc
parent565800bbe45ea25e8cf508ac94e71fa5207aea48 (diff)
added xscreensaver usage, simplified xinitrc and dwms use of it
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc9
1 files changed, 2 insertions, 7 deletions
diff --git a/.xinitrc b/.xinitrc
index 611e305..1ff3ce4 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -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