diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-08 13:42:41 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-08 13:42:41 +0000 |
commit | 92bf59cb2657b5f7b685ccb0187054ed9f71d4ac (patch) | |
tree | 704eae8c1e20520cb23b673f78db1e14ef6dcc36 /i3-config | |
parent | dbcf36c9853ca93dfe6fb976c07d3439e8e9f299 (diff) |
Changes i3 background to cats for desktop
Diffstat (limited to 'i3-config')
-rw-r--r-- | i3-config | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -74,7 +74,7 @@ floating_modifier $mod #exec --no-startup-id /usr/bin/qjackctl #exec --no-startup-id /usr/bin/nextcloud #exec --no-startup-id /usr/bin/feh --bg-max /home/lemon/Pictures/Wallpapers/wp2015908-dystopia-wallpapers.jpg -exec --no-startup-id /usr/bin/feh --bg-max /home/lemon/Pictures/Wallpapers/image\(1\).png +exec --no-startup-id /usr/bin/feh --bg-max /home/lemon/Pictures/Wallpapers/image\(4\).png #exec --no-startup-id /home/lemon/.screenlayout/two_screens_normal.sh #exec --no-startup-id /home/lemon/.screenlayout/desktop_layout_debian.sh exec --no-startup-id /home/lemon/.screenlayout/left_horiz_right_vert.sh @@ -110,9 +110,9 @@ bindsym $mod+Return exec xfce4-terminal # change gap size -bindsym $mod+z gaps outer current plus 5 +#bindsym $mod+z gaps outer current plus 5 bindsym $mod+Shift+z gaps outer current minus 5 -bindsym $mod+i gaps inner current plus 5 +#bindsym $mod+i gaps inner current plus 5 bindsym $mod+Shift+g gaps inner current minus 5 # kill focused window |