Simplify the input configuration in sway by setting the keyboard layout based on the type and move the declaration from the device-specific files to the main configuration file
12 lines
294 B
Text
12 lines
294 B
Text
# Output configuration
|
|
output * bg ~/Bilder/natur-wallpaper-hd-03.jpg fill
|
|
|
|
# Input configuration
|
|
input "2:14:ETPS/2_Elantech_Touchpad" {
|
|
accel_profile adaptive
|
|
tap enabled
|
|
}
|
|
|
|
# Screen brightness
|
|
bindsym XF86MonBrightnessUp exec light -A 5
|
|
bindsym XF86MonBrightnessDown exec light -U 5
|