mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Fix music special workspace
This commit is contained in:
parent
2a9da49533
commit
0f7950ae10
1 changed files with 1 additions and 1 deletions
|
|
@ -67,6 +67,7 @@
|
|||
"w[tv1], gapsout:0, gapsin:0"
|
||||
"f[1], gapsout:0, gapsin:0"
|
||||
|
||||
"special:music, gapsout:30, on-created-empty:spotify"
|
||||
"special:chat, gapsout:30, on-created-empty:discord"
|
||||
"special:flake, gapsout:30, on-created-empty:kitty --directory ${config.home.sessionVariables.FLAKE}"
|
||||
"special:monitor, gapsout:30, on-created-empty:kitty btm"
|
||||
|
|
@ -88,7 +89,6 @@
|
|||
|
||||
"idleinhibit fullscreen, class:.*"
|
||||
];
|
||||
exec-once = [ "[workspace special:music silent] spotify" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue