blob: 7782d93d159aa4ed77d1d3c21c8251f7d1e81573 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# -*-conf-*-
output * bg ~/usr/pic/wallpaper fill
# output eDP-1 scale 1
input * {
xkb_options ctrl:swap_rwin_rctl,grp:shifts_toggle
}
input "0:0:Atmel_maXTouch_Touchpad" {
dwt enabled
natural_scroll enabled
middle_emulation enabled
click_method clickfinger
}
input "0:0:Atmel_maXTouch_Touchscreen" events disabled
bindsym F7 exec light -A 5
bindsym F6 exec light -U 5
bindsym F10 exec $sinkup
bindsym F9 exec $sinkdown
bindsym F8 exec $sinkmute
bindsym $mod+F10 exec $sourceup
bindsym $mod+F9 exec $sourcedown
bindsym $mod+F8 exec $sourcemute
|