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