fix nav keys
This commit is contained in:
@@ -77,10 +77,13 @@ in {
|
|||||||
|
|
||||||
clipboard.disable-primary = true;
|
clipboard.disable-primary = true;
|
||||||
hotkey-overlay.skip-at-startup = true;
|
hotkey-overlay.skip-at-startup = true;
|
||||||
overview.workspace-shadow.enable = false;
|
|
||||||
prefer-no-csd = true;
|
prefer-no-csd = true;
|
||||||
xwayland-satellite.path = lib.getExe perSystem.xwst.xwayland-satellite;
|
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";
|
screenshot-path = "${config.xdg.userDirs.pictures}/screenshots/screenshot-%Y-%m-%d-%H-%M-%S.png";
|
||||||
|
|
||||||
layout = {
|
layout = {
|
||||||
@@ -244,8 +247,8 @@ in {
|
|||||||
}
|
}
|
||||||
(let
|
(let
|
||||||
left = "N";
|
left = "N";
|
||||||
up = "E";
|
down = "E";
|
||||||
down = "I";
|
up = "I";
|
||||||
right = "O";
|
right = "O";
|
||||||
in
|
in
|
||||||
binds rec {
|
binds rec {
|
||||||
|
|||||||
Reference in New Issue
Block a user