diff options
author | Adrian Kummerlaender | 2019-02-15 22:27:32 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2019-02-15 22:27:32 +0100 |
commit | 18425fd98eae360ab4af07abe724658875e732ec (patch) | |
tree | 2d2db1a6a99cf9bcda4b902f51fbe0ddd697a06f /gui/conf | |
parent | 5d9a1fbfb0ccab88a8e6e00cbe5e9f1dc06a915d (diff) | |
download | nixos_home-18425fd98eae360ab4af07abe724658875e732ec.tar nixos_home-18425fd98eae360ab4af07abe724658875e732ec.tar.gz nixos_home-18425fd98eae360ab4af07abe724658875e732ec.tar.bz2 nixos_home-18425fd98eae360ab4af07abe724658875e732ec.tar.lz nixos_home-18425fd98eae360ab4af07abe724658875e732ec.tar.xz nixos_home-18425fd98eae360ab4af07abe724658875e732ec.tar.zst nixos_home-18425fd98eae360ab4af07abe724658875e732ec.zip |
Add custom script for cycling workspaces in touchegg
Diffstat (limited to 'gui/conf')
-rw-r--r-- | gui/conf/touchegg.conf | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gui/conf/touchegg.conf b/gui/conf/touchegg.conf deleted file mode 100644 index 2afb98b..0000000 --- a/gui/conf/touchegg.conf +++ /dev/null @@ -1,18 +0,0 @@ -<touchégg> - -<application name="All"> - -<gesture type="DRAG" fingers="3" direction="LEFT"> - <action type="SEND_KEYS">Control+j</action> -</gesture> - -<gesture type="DRAG" fingers="3" direction="RIGHT"> - <action type="SEND_KEYS">Control+k</action> -</gesture> - -<gesture type="TAP" fingers="2"> - <action type="MOUSE_CLICK">BUTTON=3</action> -</gesture> - -</application> -</touchégg> |