Fixed swipe right not working and indentation

This commit is contained in:
Nickiel12 2023-02-02 18:43:04 -08:00
parent dc55fd0781
commit 4cdb66f268

View file

@ -7,16 +7,16 @@
extraPackages = with pkgs; [ coreutils xdotool ]; extraPackages = with pkgs; [ coreutils xdotool ];
settings = { settings = {
swipe = { swipe = {
"4" = { "4" = {
left = { left = {
command = "xdotool set_desktop --relative -- 1"; command = "xdotool set_desktop --relative -- 1";
}; };
right = {
command = "xdotool set_desktop --relative -- -1";
};
}; };
right = { };
command = "xdotool set_desktop --relative -- -1"; };
}; };
};
};
};
} }