mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
Fixed swipe right not working and indentation
This commit is contained in:
parent
dc55fd0781
commit
4cdb66f268
1 changed files with 11 additions and 11 deletions
|
@ -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";
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue