From 5b93f76ab97b8106cd507aacc2850e705291b660 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 19 Oct 2021 13:24:45 -0400 Subject: [PATCH] Add bindings for brightness/volume on adam-tablet --- .config/i3/include/adam-tablet.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/i3/include/adam-tablet.conf 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%