diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-11-10 18:58:53 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-11-10 18:58:53 +0100 |
commit | c6cd084a7c7a8c221b755f74d2a66744246fd439 (patch) | |
tree | 3ad9a0969062ec47bc33774451d81153e9d911c5 | |
parent | 2fafcbcb29fa0977e223b426c4f8ced411808230 (diff) | |
download | dotfiles-c6cd084a7c7a8c221b755f74d2a66744246fd439.tar dotfiles-c6cd084a7c7a8c221b755f74d2a66744246fd439.tar.zst dotfiles-c6cd084a7c7a8c221b755f74d2a66744246fd439.zip |
Add Wallpaper Support for i3 via feh
-rw-r--r-- | .config/i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config index 1aa41bf..cbfedbf 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -185,3 +185,6 @@ bar { # lock screen bindsym $mod+Escape exec "i3lock -t -i ~/lockimage" +# wallpaper +exec feh --bg-fill ~/wallpaper + |