(i3) changed keybind for killing applications

This commit is contained in:
quak
2026-01-20 23:58:25 +01:00
parent d5bf26ea5e
commit 967e358a5f

View File

@@ -68,7 +68,7 @@ bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcu
## lock screen ## lock screen
bindsym $mod+Escape exec i3lock --nofork -e -c 7070bb bindsym $mod+Escape exec i3lock --nofork -e -c 7070bb
## kill focused window ## kill focused window
bindsym $mod+Shift+q kill bindsym $mod+q kill
## start/kill compositor ## start/kill compositor
bindsym $mod+Shift+f exec --no-startup-id picom -b bindsym $mod+Shift+f exec --no-startup-id picom -b
bindsym $mod+Shift+v exec pkill picom bindsym $mod+Shift+v exec pkill picom