From 4b07840c06f429b0f4982fee9e81946e0753e39d Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Wed, 16 Sep 2020 17:27:51 +0800 Subject: update --- alias | 2 +- misc/libinput-gestures.conf | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/alias b/alias index a46ef0c..5d56877 100644 --- a/alias +++ b/alias @@ -307,7 +307,7 @@ big52utf8() { iconv -f BIG-5 -t UTF-8 } bak() { - mv $1 $1.bak + cp $1 $1.bak } # tmp diff --git a/misc/libinput-gestures.conf b/misc/libinput-gestures.conf index 051c632..f9c76a3 100644 --- a/misc/libinput-gestures.conf +++ b/misc/libinput-gestures.conf @@ -11,7 +11,7 @@ swipe_threshold 0 # Gestures -gesture swipe down 3 xdotool key Ctrl+w -gesture swipe up 3 xdotool key Alt+p -gesture swipe right 3 xdotool key Alt+Left -gesture swipe left 3 xdotool key Alt+Right +gesture: swipe down 3 xdotool key Ctrl+w +gesture: swipe up 3 xdotool key Alt+p +gesture: swipe right 3 xdotool key Alt+Left +gesture: swipe left 3 xdotool key Alt+Right -- cgit v1.2.3-70-g09d2