Add music special workspace

This commit is contained in:
SebastianStork 2024-05-19 19:18:29 +02:00
parent 87256f91b0
commit d3f89141a8

View file

@ -24,7 +24,6 @@
bind = SUPER, B, exec, brave
bind = SUPER, F, exec, nemo
bind = SUPER, C, exec, codium
bind = SUPER, S, exec, spotify
bind = SUPER, D, exec, webcord
# Move focus
@ -102,6 +101,15 @@
# Screenshot
bind = , Print, exec, ${lib.getExe pkgs.grimblast} --notify --freeze copysave output
bind = SHIFT, Print, exec, ${lib.getExe pkgs.grimblast} --notify --freeze copysave area
# Escape special workspace
bind = SUPER, ESCAPE, togglespecialworkspace, blank
bind = SUPER, ESCAPE, togglespecialworkspace, blank
# Music workspace
exec-once = [workspace special:music silent] spotify
workspace = special:music, border:false, gapsout:20, on-created-empty:spotify
bind = SUPER, S, togglespecialworkspace, music
'';
};
}