mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
binds: change directional keys
This commit is contained in:
parent
675f37c5b1
commit
23f6326c2b
1 changed files with 6 additions and 6 deletions
|
@ -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%-"
|
||||||
|
|
Loading…
Reference in a new issue