From c5cc07630fa52e245c4f2a0ee30f535cef89b31c Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Fri, 22 Nov 2024 19:49:37 +0100 Subject: [PATCH] Properly recognise vesktop windows in hyprland config --- home/features/wayland/hyprland/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/features/wayland/hyprland/hyprland.conf b/home/features/wayland/hyprland/hyprland.conf index 84cb0d9..59a9e7d 100644 --- a/home/features/wayland/hyprland/hyprland.conf +++ b/home/features/wayland/hyprland/hyprland.conf @@ -62,7 +62,7 @@ exec = systemctl --user import-environment PATH && systemctl --user restart xdg- # {{{ Automatically move stuff to workspaces windowrulev2 = workspace 2 silent, title:^(.*Firefox.*)$ windowrulev2 = workspace 3 silent, title:^(.*(Disc|WebC)ord.*)$ -windowrulev2 = workspace 3 silent, title:^(.*Vesktop.*)$ +windowrulev2 = workspace 3 silent, title:^(.*(V|v)esktop.*)$ windowrulev2 = workspace 3 silent, title:^(.*Element.*)$ windowrulev2 = workspace 6 silent, title:^(.*(S|s)pot(ify)?.*)$ windowrulev2 = workspace 7 silent, class:^(.*Obsidian.*)$