mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Add files special workspace
This commit is contained in:
parent
a2be60a5d7
commit
d5d2320317
1 changed files with 4 additions and 1 deletions
|
|
@ -26,7 +26,6 @@
|
||||||
bind = SUPER, RETURN, exec, kitty
|
bind = SUPER, RETURN, exec, kitty
|
||||||
bind = SUPER, V, exec, rofi-clipboard
|
bind = SUPER, V, exec, rofi-clipboard
|
||||||
bind = SUPER, B, exec, firefox
|
bind = SUPER, B, exec, firefox
|
||||||
bind = SUPER, F, exec, nemo
|
|
||||||
bind = SUPER, C, exec, codium
|
bind = SUPER, C, exec, codium
|
||||||
|
|
||||||
# Move focus
|
# Move focus
|
||||||
|
|
@ -120,6 +119,10 @@
|
||||||
# System monitor workspace
|
# System monitor workspace
|
||||||
workspace = special:monitor, border:false, gapsout:30, on-created-empty:kitty btm
|
workspace = special:monitor, border:false, gapsout:30, on-created-empty:kitty btm
|
||||||
bind = SUPER, M, togglespecialworkspace, monitor
|
bind = SUPER, M, togglespecialworkspace, monitor
|
||||||
|
|
||||||
|
# Files workspace
|
||||||
|
workspace = special:files, border:false, gapsout:30, on-created-empty:nemo
|
||||||
|
bind = SUPER, F, togglespecialworkspace, files
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue