diff options
author | Adrian Kummerlaender | 2019-02-22 09:56:24 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2019-02-22 09:56:45 +0100 |
commit | cfab1689f5723129f0bfbb79eaabecf8e809905b (patch) | |
tree | 3bc6eee875eb9b4be50305778407efb03604c5a3 /gui | |
parent | fcd7bb539aa6930d7cba8381bc9a3b6608ad6393 (diff) | |
download | nixos_home-cfab1689f5723129f0bfbb79eaabecf8e809905b.tar nixos_home-cfab1689f5723129f0bfbb79eaabecf8e809905b.tar.gz nixos_home-cfab1689f5723129f0bfbb79eaabecf8e809905b.tar.bz2 nixos_home-cfab1689f5723129f0bfbb79eaabecf8e809905b.tar.lz nixos_home-cfab1689f5723129f0bfbb79eaabecf8e809905b.tar.xz nixos_home-cfab1689f5723129f0bfbb79eaabecf8e809905b.tar.zst nixos_home-cfab1689f5723129f0bfbb79eaabecf8e809905b.zip |
Fix desktop change gesture
Diffstat (limited to 'gui')
-rw-r--r-- | gui/touchegg.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/touchegg.nix b/gui/touchegg.nix index aaa2195..8e5cb6b 100644 --- a/gui/touchegg.nix +++ b/gui/touchegg.nix @@ -7,10 +7,10 @@ <touchégg> <application name="All"> <gesture type="DRAG" fingers="3" direction="LEFT"> - <action type="RUN_COMMAND">${uictrl}/bin/uictrl prev</action> + <action type="RUN_COMMAND">${uictrl}/bin/uictrl next</action> </gesture> <gesture type="DRAG" fingers="3" direction="RIGHT"> - <action type="RUN_COMMAND">${uictrl}/bin/uictrl next</action> + <action type="RUN_COMMAND">${uictrl}/bin/uictrl prev</action> </gesture> <gesture type="TAP" fingers="2"> <action type="MOUSE_CLICK">BUTTON=3</action> |