aboutsummaryrefslogtreecommitdiff
path: root/i3
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2021-01-17 23:25:34 +0100
committerbozo.kopic <bozo@kopic.xyz>2021-01-17 23:25:34 +0100
commit241314db066064eeea948ce3c9a40f90e86c53ee (patch)
tree6873f4c2bfe160b0dd8052a37a4aa16a84ff9b7b /i3
parent943643fd51110a6712d0c3e0bdbbd41a6c64a67a (diff)
.
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