From 933542d9d7a8f9605a505c627bae810291a04e5d Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Tue, 6 Apr 2021 23:10:14 -0700 Subject: [PATCH] Add background image loading code to i3. --- i3/.config/i3/config | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 032f409..13de3f0 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -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