diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-09-16 17:27:51 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-09-16 17:27:51 +0800 |
commit | 4b07840c06f429b0f4982fee9e81946e0753e39d (patch) | |
tree | b1808e1b86b53b2d0a2f3fab11905b6d71fb7811 | |
parent | 5aba702960cc57354142eae601f87910f777b19a (diff) |
update
-rw-r--r-- | alias | 2 | ||||
-rw-r--r-- | misc/libinput-gestures.conf | 8 |
2 files changed, 5 insertions, 5 deletions
@@ -307,7 +307,7 @@ big52utf8() { | |||
307 | iconv -f BIG-5 -t UTF-8 | 307 | iconv -f BIG-5 -t UTF-8 |
308 | } | 308 | } |
309 | bak() { | 309 | bak() { |
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 @@ | |||
11 | swipe_threshold 0 | 11 | swipe_threshold 0 |
12 | 12 | ||
13 | # Gestures | 13 | # Gestures |
14 | gesture swipe down 3 xdotool key Ctrl+w | 14 | gesture: swipe down 3 xdotool key Ctrl+w |
15 | gesture swipe up 3 xdotool key Alt+p | 15 | gesture: swipe up 3 xdotool key Alt+p |
16 | gesture swipe right 3 xdotool key Alt+Left | 16 | gesture: swipe right 3 xdotool key Alt+Left |
17 | gesture swipe left 3 xdotool key Alt+Right | 17 | gesture: swipe left 3 xdotool key Alt+Right |