mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-02 01:04:26 +02:00
keyboard: use kbdd for keyboard switching
A popup is used to indicate the current keyboard layout. Maybe we could use a widget instead.
This commit is contained in:
parent
0250299134
commit
5d55609657
3 changed files with 59 additions and 8 deletions
2
rc.lua
2
rc.lua
|
@ -54,8 +54,10 @@ config.hostname = awful.util.pread('uname -n'):gsub('\n', '')
|
|||
-- Remaining modules
|
||||
loadrc("xrun") -- xrun function
|
||||
loadrc("appearance") -- theme and appearance settings
|
||||
|
||||
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