Skip to content
Snippets Groups Projects
Unverified Commit f128c9f0 authored by T. Hinrichsmeyer's avatar T. Hinrichsmeyer
Browse files

hyprland: start F5 VPN window on ws 9

parent 64d697f7
Branches
Tags
No related merge requests found
...@@ -11,6 +11,7 @@ general { ...@@ -11,6 +11,7 @@ general {
} }
# https://wiki.hyprland.org/Configuring/Window-Rules/ # https://wiki.hyprland.org/Configuring/Window-Rules/
# List client classes etc. with `hyprctl clients`
# Map apps to workspaces # Map apps to workspaces
workspace = 2, monitor:id:1 workspace = 2, monitor:id:1
...@@ -19,6 +20,7 @@ windowrule = workspace 2, class:^thunderbird$ ...@@ -19,6 +20,7 @@ windowrule = workspace 2, class:^thunderbird$
workspace = 4, monitor:id:1 workspace = 4, monitor:id:1
windowrule = workspace 4, class:^(firefox|chromium)$ windowrule = workspace 4, class:^(firefox|chromium)$
windowrule = workspace 9, class:^(F5 VPN)$
# Test # Test
# Doesn't seem to work ? # Doesn't seem to work ?
workspace = 5, monitor:eDP-1 workspace = 5, monitor:eDP-1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment