We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff3fc7 commit 4378126Copy full SHA for 4378126
.gitignore
@@ -1,8 +1,8 @@
1
venv/
2
dist/
3
build/
4
-.vscode
5
-.idea
+.vscode/
+.idea/
6
*.pyc
7
*.egg-info/
8
__pycache__
README.md
@@ -109,7 +109,7 @@ options are fully documented in the [sample configuration
109
file](https://github.com/bulletmark/sleep-inhibitor/blob/master/sleep-inhibitor.conf).
110
111
$ sudo cp /usr/share/sleep-inhibitor/sleep-inhibitor.conf /etc
112
- $ sudo vim /etc/sleep-inhibitor.conf
+ $ sudoedit /etc/sleep-inhibitor.conf
113
114
### Automatic Startup as systemd Service
115
0 commit comments