diff options
| -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 |