]> Freerunner's - dotfiles.git/commitdiff
hypr: more window rules
authorAndre Ramnitz <tux.rising@gmail.com>
Mon, 28 Apr 2025 12:43:47 +0000 (14:43 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Mon, 28 Apr 2025 12:43:47 +0000 (14:43 +0200)
dot-config/hypr/fragments/windowrules.conf
dot-config/waybar/config.jsonc

index 9d2524b66a8efdc802807f4f05df4a5cd9fbcf4e..4decfb038890e93708c3310d6a413a403bbe83cf 100644 (file)
@@ -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.*)$
index 0081072196e78c755dc898b52f66d5005eb79762..d0eba5ec96739fd54a229bcaf27f1cfd2cbcee6c 100644 (file)
     "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",