[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
howtos:window_managers:keyboard_layout_in_i3 [2014/04/26 12:09 (UTC)] – [Displaying the Active Layout in the Panel] sycamorexhowtos:window_managers:keyboard_layout_in_i3 [2014/04/26 12:16 (UTC)] – [Changing the Keyboard Layout] sycamorex
Line 38: Line 38:
  
 Now <key>MS+d</key> and <key>MS+g</key> let me switch between the UK and German keyboard layouts. Now <key>MS+d</key> and <key>MS+g</key> let me switch between the UK and German keyboard layouts.
 +
 +<note>If you usually switch between two keyboard layouts and you don't need to display the current layout in the status bar, you might also place the following code in your ''~/.i3/config'' file:
 +  setxkbmap -layout de,gb
 +  setxkbmap -option 'grp:ctrl_alt_toggle'
 +This will let you toggle between the two layouts using <key>Ctrl</key>+<key>Alt</key>.
 +</note>
  
 ====Displaying the Active Layout in the Panel==== ====Displaying the Active Layout in the Panel====
 howtos:window_managers:keyboard_layout_in_i3 ()