diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 4b2d42f..f5c388d 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -52,6 +52,8 @@ windowrule = noborder,title:^(rofi)(.*)$ windowrulev2 = stayfocused, title:^()$,class:^(steam)$ windowrulev2 = minsize 1 1, title:^()$,class:^(steam)$ windowrule = noanim,waybar +windowrulev2 = stayfocused, title:^()$,class:^(steam)$ +windowrulev2 = tile, class:.* exec-once=waybar @@ -143,6 +145,7 @@ bind = ,XF86MonBrightnessUp, exec, xbacklight -inc 10 bind = ,XF86MonBrightnessDown, exec, xbacklight -dec 10 bind = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 10%+ --limit 1.0 bind = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 10%- +bind = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle bind = ,mouse_right, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+ --limit 1.0 bind = ,mouse_left, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%- bind = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle diff --git a/waybar/config b/waybar/config index c2982d3..9a108fc 100644 --- a/waybar/config +++ b/waybar/config @@ -67,10 +67,9 @@ "critical": 15 }, "format": "{icon}", + "tooltip-format": "{capacity}% ({time})", "format-plugged": "{capacity}% ", "format-alt": "{capacity}% {time} {icon}", - // "format-good": "", // An empty format will hide the module - // "format-full": "", "format-icons": [" ", " ", " ", " ", " "] }, }