mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-01-16 00:53:05 +01:00
remove dependency on niri overlay from sodi and switch to just kdl
This commit is contained in:
parent
0cb98d2868
commit
3cacac4e6a
21 changed files with 352 additions and 653 deletions
58
modules/desktop/home/niri/kdl/workspaces.kdl
Normal file
58
modules/desktop/home/niri/kdl/workspaces.kdl
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
// WS Social
|
||||
workspace "social"
|
||||
|
||||
spawn-at-startup "signal-desktop"
|
||||
spawn-at-startup ".evolution-wrapped_"
|
||||
spawn-at-startup "vesktop"
|
||||
spawn-at-startup "deltachat"
|
||||
|
||||
window-rule {
|
||||
match app-id="^(signal|Element|org.gnome.Evolution|discord|steam|DeltaChat)$"
|
||||
open-on-workspace "social"
|
||||
}
|
||||
|
||||
// WS Browser
|
||||
workspace "browser"
|
||||
|
||||
spawn-at-startup "firefox"
|
||||
spawn-at-startup "obsidian"
|
||||
|
||||
window-rule {
|
||||
match app-id="^firefox|Chromium-browser|obsidian$"
|
||||
open-on-workspace "browser"
|
||||
}
|
||||
|
||||
binds {
|
||||
Mod+P { focus-workspace-up; }
|
||||
Mod+N { focus-workspace-down; }
|
||||
Mod+Ctrl+P { move-workspace-up; }
|
||||
Mod+Ctrl+N { move-workspace-down; }
|
||||
Mod+Shift+P { move-column-to-workspace-up; }
|
||||
Mod+Shift+N { move-column-to-workspace-down; }
|
||||
|
||||
Mod+Q { focus-workspace "social"; }
|
||||
Mod+W { focus-workspace "browser"; }
|
||||
Mod+E { focus-workspace 3; }
|
||||
Mod+Ctrl+Q { move-column-to-workspace "social"; }
|
||||
Mod+Ctrl+W { move-column-to-workspace "browser"; }
|
||||
Mod+Ctrl+E { move-column-to-workspace 3; }
|
||||
|
||||
Mod+1 { focus-workspace 4; }
|
||||
Mod+2 { focus-workspace 5; }
|
||||
Mod+3 { focus-workspace 6; }
|
||||
Mod+4 { focus-workspace 7; }
|
||||
Mod+5 { focus-workspace 8; }
|
||||
Mod+6 { focus-workspace 9; }
|
||||
Mod+7 { focus-workspace 10; }
|
||||
Mod+8 { focus-workspace 11; }
|
||||
Mod+9 { focus-workspace 12; }
|
||||
Mod+Ctrl+1 { move-column-to-workspace 4; }
|
||||
Mod+Ctrl+2 { move-column-to-workspace 5; }
|
||||
Mod+Ctrl+3 { move-column-to-workspace 6; }
|
||||
Mod+Ctrl+4 { move-column-to-workspace 7; }
|
||||
Mod+Ctrl+5 { move-column-to-workspace 8; }
|
||||
Mod+Ctrl+6 { move-column-to-workspace 9; }
|
||||
Mod+Ctrl+7 { move-column-to-workspace 10; }
|
||||
Mod+Ctrl+8 { move-column-to-workspace 11; }
|
||||
Mod+Ctrl+9 { move-column-to-workspace 12; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue