qol(hyprland): migrated config
This commit is contained in:
@@ -143,19 +143,16 @@
|
|||||||
"name:2, monitor:DP-3"
|
"name:2, monitor:DP-3"
|
||||||
];
|
];
|
||||||
windowrule = [
|
windowrule = [
|
||||||
"suppressevent maximize, class:.*"
|
"match:class .*, suppress_event maximize"
|
||||||
"workspace 5, class:^(gamescope)$"
|
"match:class ^(gamescope)$, workspace 5"
|
||||||
"fullscreen, class:^(gamescope)$"
|
"match:class ^(gamescope)$, fullscreen true"
|
||||||
"immediate, class:^(gamescope)$"
|
"match:class ^(gamescope)$, immediate true"
|
||||||
"workspace 6 silent, class:^(steam)$"
|
"match:class ^(steam)$, workspace 6 silent"
|
||||||
"workspace 8 silent, class:^(vesktop)$"
|
"match:class ^(vesktop)$, workspace 8 silent"
|
||||||
"workspace 8 silent, class:^(org.telegram.desktop)$"
|
"match:class ^(org.telegram.desktop)$, workspace 8 silent"
|
||||||
"workspace 10 silent, class:^(com.obsproject.Studio)$"
|
"match:class ^(com.obsproject.Studio)$, workspace 10 silent"
|
||||||
"pin, initialTitle:^(OBS Studio Crash Detected)$"
|
"match:initial_title ^(OBS Studio Crash Detected)$, pin true"
|
||||||
"workspace 1 silent, initialTitle:^(Discord Popout)$"
|
"match:initial_title ^(Discord Popout)$, workspace 1 silent"
|
||||||
];
|
|
||||||
windowrulev2 = [
|
|
||||||
"noinitialfocus, class:.*"
|
|
||||||
];
|
];
|
||||||
# exec-once = [
|
# exec-once = [
|
||||||
# ];
|
# ];
|
||||||
|
|||||||
Reference in New Issue
Block a user