diff --git a/modules/fusuma.nix b/modules/fusuma.nix index 3b7536a..f607926 100644 --- a/modules/fusuma.nix +++ b/modules/fusuma.nix @@ -7,16 +7,16 @@ extraPackages = with pkgs; [ coreutils xdotool ]; settings = { - swipe = { - "4" = { - left = { - command = "xdotool set_desktop --relative -- 1"; - }; + swipe = { + "4" = { + left = { + command = "xdotool set_desktop --relative -- 1"; + }; + right = { + command = "xdotool set_desktop --relative -- -1"; + }; }; - right = { - command = "xdotool set_desktop --relative -- -1"; - }; - }; - }; - }; + }; + }; + }; }