1
0
Fork 0
dotfiles/sway/rei
coderkun decd1e6916 sway: Simplify input configuration
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
2020-07-04 15:21:29 +02:00

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