mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Fix auto launch of discord
This commit is contained in:
parent
0175a0af51
commit
23f28419b4
1 changed files with 3 additions and 3 deletions
|
|
@ -79,19 +79,19 @@
|
||||||
"rounding 0, floating:0, onworkspace:w[tv1]"
|
"rounding 0, floating:0, onworkspace:w[tv1]"
|
||||||
"bordersize 0, floating:0, onworkspace:f[1]"
|
"bordersize 0, floating:0, onworkspace:f[1]"
|
||||||
"rounding 0, floating:0, onworkspace:f[1]"
|
"rounding 0, floating:0, onworkspace:f[1]"
|
||||||
|
|
||||||
"rounding 6, floating:0, onworkspace:special:music"
|
"rounding 6, floating:0, onworkspace:special:music"
|
||||||
"rounding 6, floating:0, onworkspace:special:chat"
|
"rounding 6, floating:0, onworkspace:special:chat"
|
||||||
"rounding 6, floating:0, onworkspace:special:flake"
|
|
||||||
"rounding 6, floating:0, onworkspace:special:monitor"
|
"rounding 6, floating:0, onworkspace:special:monitor"
|
||||||
"rounding 6, floating:0, onworkspace:special:files"
|
"rounding 6, floating:0, onworkspace:special:files"
|
||||||
|
"rounding 6, floating:0, onworkspace:special:flake"
|
||||||
"noblur, class:(kitty), onworkspace:special:flake"
|
"noblur, class:(kitty), onworkspace:special:flake"
|
||||||
|
|
||||||
"idleinhibit fullscreen, class:.*"
|
"idleinhibit fullscreen, class:.*"
|
||||||
];
|
];
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"[workspace special:music silent] spotify"
|
"[workspace special:music silent] spotify"
|
||||||
"[workspace special:chat silent] webcord"
|
"[workspace special:chat silent] discord"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue