mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-24 15:19:43 -05:00
feat(home/hyprland): add some float/pin rules for vlc and firefox pip
This commit is contained in:
@@ -136,6 +136,8 @@ in {
|
||||
wineTray = "class:explorer.exe";
|
||||
rsiLauncher = "class:rsi launcher.exe";
|
||||
steamBigPicture = "title:Steam Big Picture Mode";
|
||||
firefoxPictureInPicture = "class:firefox,title:Picture-in-Picture";
|
||||
floatingVlc = "floating:1,class:vlc";
|
||||
in
|
||||
[
|
||||
"idleinhibit focus, fullscreenstate:2 *"
|
||||
@@ -158,6 +160,11 @@ in {
|
||||
"tile, ${rsiLauncher}"
|
||||
|
||||
"fullscreen, ${steamBigPicture}"
|
||||
|
||||
"float, ${firefoxPictureInPicture}"
|
||||
"pin, ${firefoxPictureInPicture}"
|
||||
|
||||
"pin, ${floatingVlc}"
|
||||
]
|
||||
++ (lib.mapAttrsToList (
|
||||
name: colors: "bordercolor ${rgba colors.primary "ee"} ${rgba colors.primary_container "aa"}, title:\\[${name}\\].*"
|
||||
|
||||
Reference in New Issue
Block a user