Add chat special workspace

This commit is contained in:
SebastianStork 2024-05-19 19:19:04 +02:00
parent d3f89141a8
commit fc984b91cc

View file

@ -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
''; '';
}; };
} }