From 87ca06d440efa54282586d90bf9a2c287541f62c Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 31 Mar 2023 12:25:13 +0300 Subject: hyprland: Change audio volume commands --- .config/hypr/hyprland.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 3ebd5d5..4c5b119 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -102,17 +102,18 @@ device:epic mouse V1 { $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more -bind = , XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -5% -bind = , XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5% +bind = , XF86AudioLowerVolume, exec, amixer sset Master 5%- +bind = , XF86AudioRaiseVolume, exec, amixer sset Master 5%+ bind = $mainMod, Return, exec, emacsclient -c bind = $mainMod, W, exec, kitty bind = $mainMod, Q, killactive, bind = $mainMod SHIFT, Q, exit, bind = $mainMod, Tab, exec, rofi -show drun -bind = $mainMod, Z , exec, tessen --dmenu=rofi +bind = $mainMod, R , exec, tessen --dmenu=rofi bind = $mainMod, V, togglefloating, bind = $mainMod, J, togglesplit, # dwindle +bind = , F12, exec, grim -g "$(slurp)" bind = $mainMod SHIFT, F, fullscreen # Move focus with mainMod + arrow keys @@ -156,4 +157,5 @@ bindm = $mainMod, mouse:273, resizewindow exec-once = waybar exec-once = hyprpaper exec-once = emacs --daemon -exec-once = qbittorrent \ No newline at end of file +exec-once = qbittorrent +exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP \ No newline at end of file -- cgit v1.2.3