From 23f6326c2b7abcbe92b232c00192f7b4d8b43eb4 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 21 Aug 2024 22:31:44 -0700 Subject: [PATCH] binds: change directional keys --- users/youwen/linux/hyprland/common.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/users/youwen/linux/hyprland/common.nix b/users/youwen/linux/hyprland/common.nix index 1c70531..7811c59 100644 --- a/users/youwen/linux/hyprland/common.nix +++ b/users/youwen/linux/hyprland/common.nix @@ -10,10 +10,10 @@ settings = { exec-once = ["waypaper --restore"]; "$mod" = "SUPER"; - "$Left" = "Y"; - "$Right" = "O"; - "$Up" = "I"; - "$Down" = "U"; + "$Left" = "H"; + "$Right" = "L"; + "$Up" = "K"; + "$Down" = "J"; env = [ "HYPRCURSOR_THEME,Bibata-Modern-Ice" "HYPRCURSOR_SIZE,26" @@ -30,7 +30,7 @@ # Window actions "$mod, Q, killactive" "$mod, W, togglefloating" - "$mod, J, togglesplit" + "$mod, V, togglesplit" "$mod, Return, fullscreen" # Move around @@ -73,7 +73,7 @@ "$mod, Backspace, exec, wlogout" # show logout menu - "$mod, L, exec, hyprlock" + "$mod, I, exec, hyprlock" # System control ",XF86MonBrightnessDown, exec, brightnessctl set 5%-"