sway: changed keyboard layout
This commit is contained in:
parent
3e542e7fd2
commit
6d2aa175e0
1 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,10 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
||||||
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
||||||
# Read `man 5 sway-input` for more information about this section.
|
# Read `man 5 sway-input` for more information about this section.
|
||||||
|
|
||||||
|
input type:keyboard {
|
||||||
|
xkb_layout de
|
||||||
|
}
|
||||||
|
|
||||||
### Key bindings
|
### Key bindings
|
||||||
#
|
#
|
||||||
# Basics:
|
# Basics:
|
||||||
|
|
Loading…
Reference in a new issue