ソースを参照

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 8 年 前
コミット
69f846edc1
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2
    2
      dotfiles/i3/config

+ 2
- 2
dotfiles/i3/config ファイルの表示

@@ -242,8 +242,8 @@ bindsym $mod+Shift+o        exec "task context none"
242 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 247
 bindsym $mod+Insert             exec "$spn bmo clip save"
248 248
 bindsym $mod+Shift+Insert       exec "$spn bmo clip open"
249 249
 bindsym $mod+d                  exec "xbacklight -dec 49"