Browse Source

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

Vinicius Teshima 10 tháng trước cách đây
mục cha
commit
fc9171f344
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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