Browse Source

Exchange layout switching keys (M-n vs. M-N)

Despite using this combination for several years, my brain seems to
think they are in opposite formation.

What could *possibly* go wrong if I switch them?
Alois Mahdal 7 years ago
parent
commit
3beb63db18
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      dotfiles/i3/config

+ 2
- 2
dotfiles/i3/config View File

241
 ## Desktop-ey other stuff                                               ##
241
 ## Desktop-ey other stuff                                               ##
242
 #------------------------------------------------------------------------#
242
 #------------------------------------------------------------------------#
243
 
243
 
244
-bindsym $mod+n                  exec "$spn bmo kb next"
245
-bindsym $mod+Shift+n            exec "$spn bmo kb home"
244
+bindsym $mod+n                  exec "$spn bmo kb home"
245
+bindsym $mod+Shift+n            exec "$spn bmo kb next"
246
 bindsym $mod+Insert             exec "$spn bmo clip save"
246
 bindsym $mod+Insert             exec "$spn bmo clip save"
247
 bindsym $mod+Shift+Insert       exec "$spn bmo clip open"
247
 bindsym $mod+Shift+Insert       exec "$spn bmo clip open"
248
 bindsym $mod+d                  exec "xbacklight -dec 49"
248
 bindsym $mod+d                  exec "xbacklight -dec 49"