binds: change directional keys

This commit is contained in:
Youwen Wu 2024-08-21 22:31:44 -07:00
parent 675f37c5b1
commit 23f6326c2b
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -10,10 +10,10 @@
settings = { settings = {
exec-once = ["waypaper --restore"]; exec-once = ["waypaper --restore"];
"$mod" = "SUPER"; "$mod" = "SUPER";
"$Left" = "Y"; "$Left" = "H";
"$Right" = "O"; "$Right" = "L";
"$Up" = "I"; "$Up" = "K";
"$Down" = "U"; "$Down" = "J";
env = [ env = [
"HYPRCURSOR_THEME,Bibata-Modern-Ice" "HYPRCURSOR_THEME,Bibata-Modern-Ice"
"HYPRCURSOR_SIZE,26" "HYPRCURSOR_SIZE,26"
@ -30,7 +30,7 @@
# Window actions # Window actions
"$mod, Q, killactive" "$mod, Q, killactive"
"$mod, W, togglefloating" "$mod, W, togglefloating"
"$mod, J, togglesplit" "$mod, V, togglesplit"
"$mod, Return, fullscreen" "$mod, Return, fullscreen"
# Move around # Move around
@ -73,7 +73,7 @@
"$mod, Backspace, exec, wlogout" # show logout menu "$mod, Backspace, exec, wlogout" # show logout menu
"$mod, L, exec, hyprlock" "$mod, I, exec, hyprlock"
# System control # System control
",XF86MonBrightnessDown, exec, brightnessctl set 5%-" ",XF86MonBrightnessDown, exec, brightnessctl set 5%-"