Преглед изворни кода

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"