You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,13 +41,21 @@ Comfortable, seamless, and fast 3-finger (and 4-finger) touchpad swipe gestures
41
41
```
42
42
comfortable-swipe autostart
43
43
```
44
-
5. _Optional_: Change [configurations](#configurations) (see below). After making changes, run
44
+
5. Check the status of your application by running
45
45
```
46
-
comfortable-swipe restart
46
+
comfortable-swipe status
47
47
```
48
48
49
49
## Configurations
50
-
Comfortable swipe makes use of keyboard shortcuts for configurations. The configuration file is located at `/usr/local/share/comfortable-swipe/comfortable-swipe.conf`. Make sure to run `comfortable-swipe restart` after making changes.
50
+
Comfortable swipe makes use of keyboard shortcuts for configurations. Edit by running
51
+
```
52
+
nano $(comfortable-swipe config)
53
+
```
54
+
55
+
Make sure to run after making changes:
56
+
```
57
+
comfortable-swipe restart
58
+
```
51
59
52
60
Property | Description | Default Value | Default Behavior
53
61
--------- | ----------- | -------------- | -----
@@ -80,7 +88,13 @@ Refer to https://www.linux.org/threads/xdotool-keyboard.10528/ for a complete li
80
88
81
89
## Debugging
82
90
83
-
You can check your touchpad driver by running `comfortable-swipe debug`. This is an alias of `libinput debug-events`. This logs all gestures you make on your touchpad, along with other input-based events that can be captured by libinput.
91
+
You can check your touchpad driver by running
92
+
93
+
```bash
94
+
comfortable-swipe debug
95
+
```
96
+
97
+
This is an alias of `libinput debug-events`. This logs all gestures you make on your touchpad, along with other input-based events that can be captured by libinput.
0 commit comments