소스 검색

Don't use bindsym for language switching

The in-line comment startles i3, and by the way using bindsym here is
not so useful when using only CS and EN, which have 'n' at the same
place.
Alois Mahdal 10 년 전
부모
커밋
69f846edc1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      dotfiles/i3/config

+ 2
- 2
dotfiles/i3/config 파일 보기

242
 ## Desktop-ey other stuff                                               ##
242
 ## Desktop-ey other stuff                                               ##
243
 #------------------------------------------------------------------------#
243
 #------------------------------------------------------------------------#
244
 
244
 
245
-bindcode $mod+57                exec "$spn bmo kb next"     # 57 translates to 'N' so these are basically $mod+n abd $mod+Shift+n
246
-bindcode $mod+Shift+57          exec "$spn bmo kb home"
245
+bindsym $mod+n                  exec "$spn bmo kb next"
246
+bindsym $mod+Shift+n            exec "$spn bmo kb home"
247
 bindsym $mod+Insert             exec "$spn bmo clip save"
247
 bindsym $mod+Insert             exec "$spn bmo clip save"
248
 bindsym $mod+Shift+Insert       exec "$spn bmo clip open"
248
 bindsym $mod+Shift+Insert       exec "$spn bmo clip open"
249
 bindsym $mod+d                  exec "xbacklight -dec 49"
249
 bindsym $mod+d                  exec "xbacklight -dec 49"