From 475612a15ccc70aa83d7e947771f0bea3c261435 Mon Sep 17 00:00:00 2001 From: yannickreiss Date: Sun, 23 Jun 2024 13:03:26 +0200 Subject: [PATCH] Add screen and sound special keys --- hyprland.conf | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/hyprland.conf b/hyprland.conf index 393998b..5b3219b 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -75,9 +75,9 @@ animations { } # Misc -misc { - hide_cursor_on_touch = true -} +# misc { +# hide_cursor_on_touch = true +# } dwindle { # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more @@ -136,8 +136,16 @@ bind = $mainMod, P, pin bind = $mainMod, P, movewindow, r bind = $mainMod, P, movewindow, u bind = $mainMod SHIFT, Q, exec, hyprctl dispatch exit -binde=, XF86AudioRaiseVolume, exec, amixer -q sset master 5%+ -binde=, XF86AudioLowerVolume, exec, amixer -q sset master 5%- + +# Keybindings special keys +bind = , XF86MonBrightnessUp, exec, brightnessctl set 5%+ +bind = , XF86MonBrightnessDown, exec, brightnessctl set 5%- +bind = , XF86AudioLowerVolume, exec, pamixer -d 4 +bind = , XF86AudioRaiseVolume, exec, pamixer -i 4 +bind = , XF86AudioMute, exec, pamixer -t +bind = , XF86AudioMicMute, exec, pamixer --default-source -t +bind = $mainMod, XF86AudioLowerVolume, exec, --default-source pamixer -d 4 +bind = $mainMod, XF86AudioRaiseVolume, exec, --default-source pamixer -i 4 # Window Management bindm = $mainMod, mouse:272, movewindow