Add background image loading code to i3.

This commit is contained in:
Danila Fedorin 2021-04-06 23:10:14 -07:00
parent ec1fc6e932
commit 933542d9d7
1 changed files with 5 additions and 4 deletions

View File

@ -171,12 +171,12 @@ bindsym $mod+r mode "resize"
# mode hide
# }
# Polybar
exec_always --no-startup-id ~/.polybar.sh
# Polybar and Wallpaper
exec_always --no-startup-id ~/background/background.sh && ~/.polybar.sh
# Compton
exec_always --no-startup-id compton
# Wallpaper
exec_always feh --bg-scale ~/background.jpg
# Autorandr
# exec_always autorandr --change
# Remove window borders
for_window [class="^.*"] border pixel 0
# Set up gaps
@ -189,3 +189,4 @@ bindsym $mod+Shift+p exec compton
bindsym $mod+Shift+u exec ~/.software/abacus-fx/bin/fx
# Screenshot
bindsym $mod+Shift+s exec scrot
bindsym $mod+Shift+o exec alacritty --command ~/projects/ppl-cli/script/open_float.sh