Fixed swapped up/down bindings
This commit is contained in:
parent
a2b4a3e831
commit
93a79977c5
|
@ -11,8 +11,8 @@ with lib; let
|
||||||
nag = "swaynag";
|
nag = "swaynag";
|
||||||
left = "h";
|
left = "h";
|
||||||
right = "l";
|
right = "l";
|
||||||
up = "j";
|
up = "k";
|
||||||
down = "k";
|
down = "j";
|
||||||
modifier = "Mod4";
|
modifier = "Mod4";
|
||||||
|
|
||||||
# TODO: This assume I'll be using rofi and alacritty. Should make more
|
# TODO: This assume I'll be using rofi and alacritty. Should make more
|
||||||
|
|
Loading…
Reference in a new issue