aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--alias2
-rw-r--r--misc/libinput-gestures.conf8
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() {
307 iconv -f BIG-5 -t UTF-8 307 iconv -f BIG-5 -t UTF-8
308} 308}
309bak() { 309bak() {
310 mv $1 $1.bak 310 cp $1 $1.bak
311} 311}
312 312
313# tmp 313# 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 @@
11swipe_threshold 0 11swipe_threshold 0
12 12
13# Gestures 13# Gestures
14gesture swipe down 3 xdotool key Ctrl+w 14gesture: swipe down 3 xdotool key Ctrl+w
15gesture swipe up 3 xdotool key Alt+p 15gesture: swipe up 3 xdotool key Alt+p
16gesture swipe right 3 xdotool key Alt+Left 16gesture: swipe right 3 xdotool key Alt+Left
17gesture swipe left 3 xdotool key Alt+Right 17gesture: swipe left 3 xdotool key Alt+Right