From 9ac8555df191b58039609b6be47c90abe2ca4fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Thu, 7 Dec 2023 22:24:13 +0100 Subject: [PATCH] Start all windows in tiled mode --- hypr/hyprland.conf | 3 +++ waybar/config | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) 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": [" ", " ", " ", " ", " "] }, }