mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Rearrange special workspace config
This commit is contained in:
parent
e8bfbe1084
commit
f1e1f36610
2 changed files with 14 additions and 17 deletions
|
|
@ -49,6 +49,19 @@
|
|||
force_default_wallpaper = 0;
|
||||
key_press_enables_dpms = true;
|
||||
};
|
||||
|
||||
workspace = [
|
||||
"special:music, border:false, gapsout:30, on-created-empty:spotify"
|
||||
"special:chat, border:false, gapsout:30, on-created-empty:webcord"
|
||||
"special:flake, border:false, gapsout:30, on-created-empty:kitty --directory ${config.home.sessionVariables.FLAKE}"
|
||||
"special:monitor, border:false, gapsout:30, on-created-empty:kitty btm"
|
||||
"special:files, border:false, gapsout:30, on-created-empty:nemo"
|
||||
];
|
||||
windowrulev2 = [ "noblur, class:(kitty), onworkspace:special:flake" ];
|
||||
exec-once = [
|
||||
"[workspace special:music silent] spotify"
|
||||
"[workspace special:chat silent] webcord"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue