소스 검색

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

Vinicius Teshima 10 달 전
부모
커밋
fc9171f344
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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