✨ feat(hypr): add workspace rule for kdenlive
This commit is contained in:
parent
7e4acec066
commit
cfe8876a90
1 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,7 @@ windowrulev2 = workspace 19, class:^(.*GParted.*)$|(.*clamtk.*)$|(.*gnome.Logs.*
|
|||
|
||||
# Gaming
|
||||
windowrulev2 = workspace 8, class:^(.*steam_app.*)$
|
||||
windowrulev2 = immediate, class:^(.*steam_app.*)$
|
||||
|
||||
|
||||
windowrulev2 = workspace 18, class:^(steam)$|(.*atlauncher.*)$|(.*heroic.*)$
|
||||
windowrulev2 = stayfocused, title:^()$,class:^(steam)$ # This fixes steam layers dissapearing
|
||||
|
@ -34,6 +34,7 @@ windowrulev2 = minsize 1 1, title:^()$,class:^(steam)$
|
|||
windowrulev2 = workspace 8, class:^(.*Ryujinx.*)$|(.*cemu.*)$|(.*dolphin.*)$|(.*RetroArch.*)$|(.*xemu.*)$|(.*duckstation.*)$|(.*rpcs3.*)$
|
||||
|
||||
# Media
|
||||
windowrulev2 = workspace 7, class:^(.*kdenlive.*)$
|
||||
windowrulev2 = workspace 23 silent, class:^(.*thunderbird.*)$
|
||||
windowrulev2 = workspace 24 silent, class:^(.*btop.*)$
|
||||
windowrulev2 = workspace 24 silent, class:^(.*nvtop.*)$
|
||||
|
@ -84,3 +85,5 @@ windowrulev2 = noinitialfocus, class:(.*Spotify.*)
|
|||
windowrulev2 = idleinhibit always, class:^(.*steam_app.*)$
|
||||
windowrulev2 = idleinhibit fullscreen, class:^(.*celluloid.*)$
|
||||
windowrulev2 = idleinhibit fullscreen, class:^(.*LibreWolf.*)$
|
||||
|
||||
windowrulev2 = immediate, class:^(.*steam_app.*)$
|
||||
|
|
Loading…
Add table
Reference in a new issue