remove niri stuff from jaci, fix error
This commit is contained in:
parent
807d95b6a3
commit
91c1519146
@ -376,10 +376,6 @@ binds {
|
|||||||
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 {
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user