fix nav keys
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user