aboutsummaryrefslogtreecommitdiff
path: root/i3
diff options
context:
space:
mode:
Diffstat (limited to 'i3')
-rw-r--r--i3/config4
-rwxr-xr-xi3/load_resources.sh7
-rwxr-xr-xi3/set_wallpaper.sh4
3 files changed, 2 insertions, 13 deletions
diff --git a/i3/config b/i3/config
index 8e14ae2..ed691ff 100644
--- a/i3/config
+++ b/i3/config
@@ -78,6 +78,6 @@ bar {
tray_output primary
}
-exec ~/.config/i3/load_resources.sh
-exec ~/.config/i3/set_wallpaper.sh
+exec ~/bin/loadxresources
+exec ~/bin/setwallpaper
diff --git a/i3/load_resources.sh b/i3/load_resources.sh
deleted file mode 100755
index 59f8ee2..0000000
--- a/i3/load_resources.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-xrdb -load ~/.Xresources
-(xrandr | grep -q "connected 3840x2160") && \
- xrandr --dpi 120 && \
- echo "Xft.dpi: 120" | xrdb -override
-
diff --git a/i3/set_wallpaper.sh b/i3/set_wallpaper.sh
deleted file mode 100755
index af7d126..0000000
--- a/i3/set_wallpaper.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-feh --bg-scale ~/.pictures/bg1.jpg \
- ~/.pictures/bg2.jpg