sway: Config my custom keyboard
This commit is contained in:
@ -89,6 +89,7 @@ exec swayidle -w \
|
|||||||
#
|
#
|
||||||
# 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 * {
|
input * {
|
||||||
xkb_layout "se"
|
xkb_layout "se"
|
||||||
xkb_options "caps:escape"
|
xkb_options "caps:escape"
|
||||||
@ -98,6 +99,12 @@ input * {
|
|||||||
{% end %}
|
{% end %}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input "45067:4949:Tux_Tangentbord1" {
|
||||||
|
xkb_variant "basic"
|
||||||
|
xkb_layout "us"
|
||||||
|
xkb_options "compose:menu"
|
||||||
|
}
|
||||||
|
|
||||||
### Key bindings
|
### Key bindings
|
||||||
#
|
#
|
||||||
# Basics:
|
# Basics:
|
||||||
|
|||||||
Reference in New Issue
Block a user