mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-30 15:55:05 +02:00
keyboard: use XKB groups to switch between layouts
The use of XKB groups allow to switch between layouts with a key combination (RCTRL + RSHIFT in our case). I don't need kbdd since I am not really interested in switching keyboard layout per window.
This commit is contained in:
parent
dad27fe5d0
commit
63eb3ff794
3 changed files with 4 additions and 42 deletions
1
rc.lua
1
rc.lua
|
@ -67,7 +67,6 @@ loadrc("debug") -- debugging primitive `dbg()`
|
|||
|
||||
loadrc("start") -- programs to run on start
|
||||
loadrc("bindings") -- keybindings
|
||||
loadrc("keyboard") -- keyboard configuration
|
||||
loadrc("wallpaper") -- wallpaper settings
|
||||
loadrc("tags") -- tags handling
|
||||
loadrc("widgets") -- widgets configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue