mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Add music special workspace
This commit is contained in:
parent
87256f91b0
commit
d3f89141a8
1 changed files with 9 additions and 1 deletions
|
|
@ -24,7 +24,6 @@
|
||||||
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, S, exec, spotify
|
|
||||||
bind = SUPER, D, exec, webcord
|
bind = SUPER, D, exec, webcord
|
||||||
|
|
||||||
# Move focus
|
# Move focus
|
||||||
|
|
@ -102,6 +101,15 @@
|
||||||
# Screenshot
|
# Screenshot
|
||||||
bind = , Print, exec, ${lib.getExe pkgs.grimblast} --notify --freeze copysave output
|
bind = , Print, exec, ${lib.getExe pkgs.grimblast} --notify --freeze copysave output
|
||||||
bind = SHIFT, Print, exec, ${lib.getExe pkgs.grimblast} --notify --freeze copysave area
|
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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue