mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-09-14 06:22:03 +02:00
sway: use umlauts instead of compose key
This commit is contained in:
parent
808243babc
commit
6c5e0d3ebe
3 changed files with 19 additions and 2 deletions
|
@ -12,8 +12,8 @@ set $term "foot"
|
|||
|
||||
# keyboard layout
|
||||
input * {
|
||||
xkb_layout "gb,de"
|
||||
xkb_options "caps:escape,grp:win_space_toggle,compose:ralt"
|
||||
xkb_layout "gb_umlauts,de"
|
||||
xkb_options "caps:escape,grp:win_space_toggle"
|
||||
xkb_numlock enabled
|
||||
}
|
||||
# hide cursor after 10 sec
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue