mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Add flake special workspace
This commit is contained in:
parent
fc984b91cc
commit
1d70117186
1 changed files with 5 additions and 0 deletions
|
|
@ -115,6 +115,11 @@
|
||||||
exec-once = [workspace special:chat silent] webcord
|
exec-once = [workspace special:chat silent] webcord
|
||||||
workspace = special:chat, border:false, gapsout:20, on-created-empty:webcord
|
workspace = special:chat, border:false, gapsout:20, on-created-empty:webcord
|
||||||
bind = SUPER, D, togglespecialworkspace, chat
|
bind = SUPER, D, togglespecialworkspace, chat
|
||||||
|
|
||||||
|
# Flake workspace
|
||||||
|
workspace = special:flake, border:false, gapsout:40, on-created-empty:kitty --directory $FLAKE --override background_opacity=0.6
|
||||||
|
windowrulev2 = noblur, class:(kitty), onworkspace:special:flake
|
||||||
|
bind = SUPER, Q, togglespecialworkspace, flake
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue