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

@ -12,11 +12,11 @@
left = {
command = "xdotool set_desktop --relative -- 1";
};
};
right = {
command = "xdotool set_desktop --relative -- -1";
};
};
};
};
};
}