1
1
Fork 0

hyprland: add media tag

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-09-26 16:18:56 -05:00
parent 5a4844346d
commit d9f5d3eb28
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -163,6 +163,10 @@ in {
(class "net.retrodeck.retrodeck" rules) # Emulators
(class "steam_app_.+" rules) # Proton
];
media = rules: [
(class "org\\.gnome\\.Loupe" rules)
(class "totem" rules)
];
music = rules: [
(class "Spotify" rules)
(class "YouTube Music" rules)
@ -218,6 +222,7 @@ in {
(tag.editor ["group invade" "tile"])
(tag.files ["size 1000 625"])
(tag.game ["fullscreen" "group barred" "idleinhibit always" "noborder" "noshadow" "renderunfocused" "workspace name:game"])
(tag.media ["tile" "workspace special:scratchpad"])
(tag.music ["tile" "workspace special:music"])
(tag.office ["workspace special:office"])
(tag.password ["center" "workspace special:password"])