Split sway config into device specific includes
This commit is contained in:
parent
026e009166
commit
2d20ae5665
3 changed files with 47 additions and 28 deletions
16
sway/rei
Normal file
16
sway/rei
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Output configuration
|
||||
output * bg ~/Bilder/natur-wallpaper-hd-03.jpg fill
|
||||
|
||||
# Input configuration
|
||||
input "1:1:AT_Translated_Set_2_keyboard" {
|
||||
xkb_layout de
|
||||
xkb_variant neo
|
||||
}
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue