Fix noctalia config path in niri config
This commit is contained in:
parent
c167e2abb9
commit
ada53babef
2 changed files with 1 additions and 2 deletions
|
|
@ -7,7 +7,6 @@
|
||||||
|
|
||||||
programs.noctalia-shell = {
|
programs.noctalia-shell = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemd.enable = true;
|
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
bar = {
|
bar = {
|
||||||
|
|
|
||||||
|
|
@ -221,7 +221,7 @@ layout {
|
||||||
// See the binds section below for more spawn examples.
|
// See the binds section below for more spawn examples.
|
||||||
|
|
||||||
// To run a shell command (with variables, pipes, etc.), use spawn-sh-at-startup:
|
// To run a shell command (with variables, pipes, etc.), use spawn-sh-at-startup:
|
||||||
spawn-sh-at-startup "qs -c ~/.config/quickshell/noctalia-shell/"
|
spawn-sh-at-startup "qs -c ~/.config/noctalia/"
|
||||||
|
|
||||||
hotkey-overlay {
|
hotkey-overlay {
|
||||||
// Uncomment this line to disable the "Important Hotkeys" pop-up at startup.
|
// Uncomment this line to disable the "Important Hotkeys" pop-up at startup.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue