1
0
Fork 0

Split sway config into device specific includes

This commit is contained in:
coderkun 2019-03-31 22:34:57 +02:00
commit 2d20ae5665
3 changed files with 47 additions and 28 deletions

16
sway/rei Normal file
View 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