mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Add chat special workspace
This commit is contained in:
parent
d3f89141a8
commit
fc984b91cc
1 changed files with 6 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
bind = SUPER, B, exec, brave
|
bind = SUPER, B, exec, brave
|
||||||
bind = SUPER, F, exec, nemo
|
bind = SUPER, F, exec, nemo
|
||||||
bind = SUPER, C, exec, codium
|
bind = SUPER, C, exec, codium
|
||||||
bind = SUPER, D, exec, webcord
|
|
||||||
|
|
||||||
# Move focus
|
# Move focus
|
||||||
bind = SUPER, left, movefocus, l
|
bind = SUPER, left, movefocus, l
|
||||||
|
|
@ -110,6 +110,11 @@
|
||||||
exec-once = [workspace special:music silent] spotify
|
exec-once = [workspace special:music silent] spotify
|
||||||
workspace = special:music, border:false, gapsout:20, on-created-empty:spotify
|
workspace = special:music, border:false, gapsout:20, on-created-empty:spotify
|
||||||
bind = SUPER, S, togglespecialworkspace, music
|
bind = SUPER, S, togglespecialworkspace, music
|
||||||
|
|
||||||
|
# Chat workspace
|
||||||
|
exec-once = [workspace special:chat silent] webcord
|
||||||
|
workspace = special:chat, border:false, gapsout:20, on-created-empty:webcord
|
||||||
|
bind = SUPER, D, togglespecialworkspace, chat
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue