remove niri stuff from jaci, fix error

This commit is contained in:
Nathan Anderson 2026-02-15 16:28:16 -07:00
parent 807d95b6a3
commit 91c1519146
2 changed files with 2 additions and 6 deletions

View File

@ -375,11 +375,7 @@ binds {
Mod+Shift+Q { spawn "noctalia-shell" "ipc" "call" "sessionMenu" "toggle"; } Mod+Shift+Q { spawn "noctalia-shell" "ipc" "call" "sessionMenu" "toggle"; }
Mod+Ctrl+Q { quit; } Mod+Ctrl+Q { quit; }
Mod+Shift+Ctrl+P { power-off-monitors; } Mod+Shift+Ctrl+P { power-off-monitors; }
// Lock screen (via Noctalia)
Mod+L { spawn "noctalia-shell" "ipc" "call" "lockScreen" "lock"; }
Mod+Shift+Ctrl+T { toggle-debug-tint; }
} }
switch-events { switch-events {

View File

@ -144,7 +144,7 @@
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
plugins = [ "git" ]; plugins = [ "git" ];
theme = "half-life"; theme = "fox";
}; };
initContent = '' initContent = ''
# History # History