1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

Fix typo in i3 dot

This commit is contained in:
Kierán Meinhardt
2018-12-30 21:15:33 +01:00
parent ce5b0abdef
commit 5882aed063

View File

@@ -61,7 +61,7 @@ rec {
"${modifier}+Shift+Right" = "move right";
"${modifier}+Shift+Up" = "move up";
"${modifier}+Shift+c" = "reload";
"${modifier}+Shift+n" = "rove window to workspace next";
"${modifier}+Shift+n" = "move window to workspace next";
"${modifier}+Shift+b" = "move window to workspace prev";
"${modifier}+Shift+q" = "kill";
"${modifier}+Shift+r" = "restart";