Compare commits
3 commits
36180ec0be
...
132426232d
Author | SHA1 | Date | |
---|---|---|---|
132426232d |
|||
5e7ea5772a |
|||
4d57f072d0 |
3 changed files with 3 additions and 4 deletions
|
@ -30,7 +30,6 @@
|
|||
imv
|
||||
inetutils
|
||||
inshellisense
|
||||
joplin-desktop
|
||||
jujutsu
|
||||
just
|
||||
keepassxc
|
||||
|
|
|
@ -15,7 +15,7 @@ in {
|
|||
enable = true;
|
||||
clean.enable = true;
|
||||
clean.extraArgs = "--keep-since 4d --keep 3";
|
||||
flake = "/home/${username}/repos/projects/nichts";
|
||||
flake = "/home/${username}/repos/projects/nichts/main";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -69,7 +69,7 @@ layout {
|
|||
// xwayland stuff
|
||||
// spawn-at-startup "xwayland-satellite"
|
||||
spawn-at-startup "kwalletd6"
|
||||
spawn-at-startup "bash" "-c" "quickshell --path ~/repos/projects/nichts/modules/style/quickshell/shell"
|
||||
spawn-at-startup "bash" "-c" "quickshell --path ~/repos/projects/nichts/main/modules/style/quickshell/shell"
|
||||
environment {
|
||||
DISPLAY ":0"
|
||||
}
|
||||
|
@ -156,7 +156,7 @@ binds {
|
|||
spawn "brave"
|
||||
}
|
||||
Mod+D {
|
||||
spawn "bash" "-c" "quickshell --path ~/repos/projects/nichts/modules/style/quickshell/shell msg launcher open"
|
||||
spawn "bash" "-c" "quickshell --path ~/repos/projects/nichts/main/modules/style/quickshell/shell msg launcher open"
|
||||
}
|
||||
Mod+Alt+L {
|
||||
spawn "swaylock"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue