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
|
@ -12,11 +12,11 @@
|
||||||
left = {
|
left = {
|
||||||
command = "xdotool set_desktop --relative -- 1";
|
command = "xdotool set_desktop --relative -- 1";
|
||||||
};
|
};
|
||||||
};
|
|
||||||
right = {
|
right = {
|
||||||
command = "xdotool set_desktop --relative -- -1";
|
command = "xdotool set_desktop --relative -- -1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue