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