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