summaryrefslogtreecommitdiffstats
path: root/scripts/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run.sh')
-rwxr-xr-xscripts/run.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/run.sh b/scripts/run.sh
deleted file mode 100755
index 2cbb3f2..0000000
--- a/scripts/run.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-xrdb merge ~/.Xresources
-xbacklight -set 10 &
-feh --bg-fill ~/Pictures/wall/gruv.jpeg &
-xset r rate 200 50 &
-picom &
-
-~/.config/chadwm/scripts/./bar.sh &
-while type dwm >/dev/null; do dwm && continue || break; done