fix nav keys

This commit is contained in:
2025-12-01 13:19:22 +02:00
parent 7aad68b174
commit d718184776

View File

@@ -77,10 +77,13 @@ in {
clipboard.disable-primary = true;
hotkey-overlay.skip-at-startup = true;
overview.workspace-shadow.enable = false;
prefer-no-csd = true;
xwayland-satellite.path = lib.getExe perSystem.xwst.xwayland-satellite;
overview.workspace-shadow.enable = false;
# TODO: enable when implemented in github:sodiboo/niri-flake
# recent-windows.highlight.corner-radius = 12;
screenshot-path = "${config.xdg.userDirs.pictures}/screenshots/screenshot-%Y-%m-%d-%H-%M-%S.png";
layout = {
@@ -244,8 +247,8 @@ in {
}
(let
left = "N";
up = "E";
down = "I";
down = "E";
up = "I";
right = "O";
in
binds rec {