From: Andre Ramnitz Date: Mon, 28 Apr 2025 12:43:47 +0000 (+0200) Subject: hypr: more window rules X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=2ef14e947a3d5de318c3e41092fd67e8e6790dbe;p=dotfiles.git hypr: more window rules --- diff --git a/dot-config/hypr/fragments/windowrules.conf b/dot-config/hypr/fragments/windowrules.conf index 9d2524b6..4decfb03 100644 --- a/dot-config/hypr/fragments/windowrules.conf +++ b/dot-config/hypr/fragments/windowrules.conf @@ -63,6 +63,7 @@ windowrule = float, class:^(Threema.*)$ windowrule = float, class:^(blueman-manager.*)$ windowrule = tag +game, class:^(.*)exe$ windowrule = tag +game, initialClass:^(gamescope)$ +windowrule = float, class:^(org.pulseaudio.pavucontrol.*)$ # handle ueberzugpp windowrule = noanim, class:^(ueberzugpp.*)$ diff --git a/dot-config/waybar/config.jsonc b/dot-config/waybar/config.jsonc index 00810721..d0eba5ec 100644 --- a/dot-config/waybar/config.jsonc +++ b/dot-config/waybar/config.jsonc @@ -54,19 +54,20 @@ "persistent-workspaces": { "*": 6 }, - "sort-by-number": true + "sort-by-number": true, + "show-special": true }, "hyprland/window": { "format": "{title}", "rewrite-default": "👉 {title}", "rewrite": { - "(.*) – Mozilla Firefox": " $1", - "(.*) - qutebrowser": " $1", - "(.*) - Kakoune": " $1", - "(.*) - Dolphin": " $1", - "lfrun(.*)": "󰀶 $1", - "Now playing(.*)": " Now playing $1", - "Threema(.*)": "󰭺 $1" + "(.*) – Mozilla Firefox": " | $1", + "(.*) - qutebrowser": " | $1", + "(.*) - Kakoune": " | $1", + "(.*) — Dolphin": " | $1", + "lfrun(.*)": "󰀶 | $1", + "Now playing(.*)": " | Now playing $1", + "Threema(.*)": "󰭺 | $1" }, "on-click": "hyprctl dispatch pseudo", "on-click-right": "~/.config/hypr/scripts/mousefocus_toggle.sh",