Configure sway input devices
This commit is contained in:
parent
a29a7ea10a
commit
ccc04b8445
1 changed files with 9 additions and 9 deletions
|
|
@ -49,15 +49,15 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
||||||
|
|
||||||
### Input configuration
|
### Input configuration
|
||||||
#
|
#
|
||||||
# Example configuration:
|
|
||||||
#
|
input type:keyboard {
|
||||||
# input "2:14:SynPS/2_Synaptics_TouchPad" {
|
xkb_options ctrl:nocaps,shift:both_capslock
|
||||||
# dwt enabled
|
}
|
||||||
# tap enabled
|
|
||||||
# natural_scroll enabled
|
input type:touchpad {
|
||||||
# middle_emulation enabled
|
tap enabled
|
||||||
# }
|
}
|
||||||
#
|
|
||||||
# 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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue