Add background image loading code to i3.
This commit is contained in:
parent
ec1fc6e932
commit
933542d9d7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user