mirror of
https://github.com/thegeneralist01/config.git
synced 2026-05-30 08:37:01 +02:00
fixes
This commit is contained in:
parent
faeb9972fb
commit
eac37f9535
4 changed files with 52 additions and 26 deletions
|
|
@ -70,8 +70,25 @@
|
|||
enable = true;
|
||||
package = pkgs.niri;
|
||||
settings = {
|
||||
layout = {
|
||||
focus-ring = {
|
||||
enable = false;
|
||||
};
|
||||
tab-indicator = {
|
||||
enable = false;
|
||||
};
|
||||
border = {
|
||||
enable = false;
|
||||
};
|
||||
# border = "off";
|
||||
};
|
||||
spawn-at-startup = [
|
||||
{
|
||||
command = [ "noctalia-shell" ];
|
||||
}
|
||||
];
|
||||
binds = {
|
||||
# Shortcuts Panel
|
||||
# Shortcuts Pane
|
||||
"Mod+Shift+Escape".action.show-hotkey-overlay = { };
|
||||
|
||||
# Application Shortcuts
|
||||
|
|
@ -351,11 +368,6 @@
|
|||
"pgrep -x hyprpicker >/dev/null || hyprpicker"
|
||||
];
|
||||
};
|
||||
spawn-at-startup = [
|
||||
{
|
||||
command = [ "noctalia-shell" ];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue