Quellcode durchsuchen

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

Vinicius Teshima vor 10 Monaten
Ursprung
Commit
fc9171f344
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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
 bindsym $mod+space		focus mode_toggle
+bindsym $mod+Ctrl+space		sticky toggle
 
 # focus the parent container
 bindsym $mod+a	focus parent