diff --git a/.config/i3/include/adam-tablet.conf b/.config/i3/include/adam-tablet.conf new file mode 100644 index 0000000..729af79 --- /dev/null +++ b/.config/i3/include/adam-tablet.conf @@ -0,0 +1,6 @@ +# alternate bindings since brightness/volume keys don't work with mod +bindsym $mod+F6 exec light -A 1 +bindsym $mod+F5 exec light -U 1 + +bindsym $mod+F2 exec pactl set-sink-volume @DEFAULT_SINK@ -1% +bindsym $mod+F3 exec pactl set-sink-volume @DEFAULT_SINK@ +1%