Explorar o código

[I3] Adding keybind $mod+Ctrl+space to toggle sticky

Vinicius Teshima hai 10 meses
pai
achega
fc9171f344
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .config/i3/config

+ 1 - 0
.config/i3/config

@@ -119,6 +119,7 @@ bindsym $mod+Shift+s	split toggle
 
 
 # Change focus between tiling / floating windows
 # Change focus between tiling / floating windows
 bindsym $mod+space		focus mode_toggle
 bindsym $mod+space		focus mode_toggle
+bindsym $mod+Ctrl+space		sticky toggle
 
 
 # focus the parent container
 # focus the parent container
 bindsym $mod+a	focus parent
 bindsym $mod+a	focus parent