diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2021-01-17 23:25:34 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2021-01-17 23:25:34 +0100 |
| commit | 241314db066064eeea948ce3c9a40f90e86c53ee (patch) | |
| tree | 6873f4c2bfe160b0dd8052a37a4aa16a84ff9b7b /i3 | |
| parent | 943643fd51110a6712d0c3e0bdbbd41a6c64a67a (diff) | |
.
Diffstat (limited to 'i3')
| -rw-r--r-- | i3/config | 4 | ||||
| -rwxr-xr-x | i3/load_resources.sh | 7 | ||||
| -rwxr-xr-x | i3/set_wallpaper.sh | 4 |
3 files changed, 2 insertions, 13 deletions
@@ -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 |
