diff options
Diffstat (limited to 'i3/config')
-rw-r--r-- | i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -168,7 +168,7 @@ bindsym XF86MonBrightnessUp exec light -A 10 bindsym XF86MonBrightnessDown exec light -U 10 # Change wallpaper -bindsym F1 exec --no-startup-id feh --bg-fill --randomize /usr/share/backgrounds +bindsym F11 exec --no-startup-id feh --bg-fill --randomize /usr/share/backgrounds # Custom scripts bindsym XF86AudioPlay exec $HOME/bin/touchpad @@ -178,4 +178,4 @@ bindsym $mod+semicolon exec --no-startup-id $HOME/bin/run bindsym $mod+z exec --no-startup-id $HOME/bin/tmux_attach bindsym $mod+e exec --no-startup-id $HOME/bin/rename_workspace -for_window [class="^.*"] border pixel 1 +for_window [class="^.*"] border pixel 2 |