diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 40f1883..c81d4b7 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -54,6 +54,7 @@ exec-once = waybar & # Bar exec-once = sunshine & # Remote access exec-once = hypridle exec-once = hyprlock +exec-once = pactl set-sink-mute @DEFAULT_SINK@ 1 exec-once =[workspace 4 silent] youtube-music exec-once =[workspace 4 silent] vesktop @@ -214,8 +215,8 @@ bind = $mainMod SHIFT, S, exec, $screenshot -m region bind = $mainMod SHIFT, C, exec, hyprpicker -a -f hex bind = $mainMod, ESCAPE, exec, hyprlock bind = , F11, fullscreen, 1 -binde =, XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5% -binde =, XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -5% +binde =, XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +2db +binde =, XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -2db bind =, XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle bind =, XF86AudioMicMute, exec, pactl set-source-mute @DEFAULT_SOURCE@ toggle bind =, XF86AudioPlay, exec, playerctl play-pause @@ -301,7 +302,8 @@ bindm = $mainMod, mouse:273, resizewindow windowrulev2 = bordercolor rgba(de00a3ee) rgba(05aff7ee) 45deg, class:(kitty) # More 'intense' borders for Kitty windowrulev2 = noborder on, title:.*- YouTube.* windowrulev2 = float , class:blueman-manager +windowrulev2 = float , class:fim # Include NVidia stuff # UNCOMMENT THIS WHEN RUNNNING AN NVIDIA CARD. -# source = ~/.config/hypr/nvidia.hyprland.conf +source = ~/.config/hypr/nvidia.hyprland.conf