From 268075fd0aef5b4e7a63fe5d23c67e3282cefbb1 Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Fri, 25 Jul 2025 20:47:24 +0200 Subject: [PATCH] * trying to solve simple-scanner xwaylad display issue * removing binding to volume, as they seems to interfer with the left / right keys --- .config/hypr/hyprland.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 782cf56..7115fe7 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -27,6 +27,8 @@ env = XDG_SESSION_HOME=~ #auto start exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP +exec-once=systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP + exec-once=hyprland-autoname-workspaces exec-once=hyprctl setcursor Bibata-Modern-Classic 48 exec-once=waybar @@ -229,13 +231,13 @@ bind = $mainMod CTRL, right, workspace, e+1 #multimedia keys #bind = ,XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5% bind = ,XF86AudioRaiseVolume, exec, swayosd-client --output-volume raise -bind = ,code:115, exec, swayosd-client --output-volume raise +#bind = ,code:115, exec, swayosd-client --output-volume raise #bind = ,XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -5% bind = ,XF86AudioLowerVolume, exec, swayosd-client --output-volume lower -bind = ,code:114, exec, swayosd-client --output-volume lower +#bind = ,code:114, exec, swayosd-client --output-volume lower #bind = ,XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle bind = ,XF86AudioMute, exec, swayosd-client --output-volume mute-toggle -bind = ,code:113, exec, swayosd-client --output-volume mute-toggle +#bind = ,code:113, exec, swayosd-client --output-volume mute-toggle bind = ,XF86AudioPlay, exec, playerctl play-pause bind = ,XF86PowerDown, exec, shutdown -h now