From 7bf634a47bb8fd6bec9cca731dbe02c5a5b89e57 Mon Sep 17 00:00:00 2001 From: Dante <150515748+xsghetti@users.noreply.github.com> Date: Tue, 12 Mar 2024 10:56:53 -0400 Subject: [PATCH] Add files via upload --- .config/hypr/keybindings.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.config/hypr/keybindings.conf b/.config/hypr/keybindings.conf index 4fae0a4c..1605b12e 100644 --- a/.config/hypr/keybindings.conf +++ b/.config/hypr/keybindings.conf @@ -123,6 +123,10 @@ bind = ALT,grave,hycov:toggleoverview,forceall #grave key is the '~' key # bind key to toggle overview (shows all windows in one monitor, not affected by `only_active_workspace` or `only_active_monitor`) bind = ALT,g,hycov:toggleoverview,forceallinone - - +# Special Keys +bind = , xf86monbrightnessup, exec, brightnessctl set 10%+ +bind = , xf86monbrightnessdown, exec, brightnessctl set 10%- +bind = , xf86audioraisevolume, exec, wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%+ +bind = , xf86audiolowervolume, exec, wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%- +bind = , xf86audiomute, exec, wpctl set-mute @DEFAULT_SINK@ toggle