niri: config: fix path for quickshell
Signed-off-by: Bloxx12 <charlie@charlieroot.dev> Change-Id: I6a6a6964eebe587d151cba7eafd2ed27725bcfbd
This commit is contained in:
parent
4d57f072d0
commit
5e7ea5772a
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ layout {
|
||||||
// xwayland stuff
|
// xwayland stuff
|
||||||
// spawn-at-startup "xwayland-satellite"
|
// spawn-at-startup "xwayland-satellite"
|
||||||
spawn-at-startup "kwalletd6"
|
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 {
|
environment {
|
||||||
DISPLAY ":0"
|
DISPLAY ":0"
|
||||||
}
|
}
|
||||||
|
@ -156,7 +156,7 @@ binds {
|
||||||
spawn "brave"
|
spawn "brave"
|
||||||
}
|
}
|
||||||
Mod+D {
|
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 {
|
Mod+Alt+L {
|
||||||
spawn "swaylock"
|
spawn "swaylock"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue