Skip to content

Commit 9c83cc2

Browse files
committed
all: update quickshell -c -> -p
1 parent bc279df commit 9c83cc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lockscreen/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This is a barebones lockscreen with a password input box.
44
Note that you MUST have `pamtester` installed or you won't be able to log in.
55

6-
You can run the lockscreen with `quickshell -c shell.qml`.
6+
You can run the lockscreen with `quickshell -p shell.qml`.
77

8-
You can run the lockscreen in test mode (as a window) with `quickshell -c test.qml`.
8+
You can run the lockscreen in test mode (as a window) with `quickshell -p test.qml`.
99

1010
![](./image.png)

wlogout/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
This is a mostly faithful clone of [wlogout](https://github.com/ArtsyMacaw/wlogout).
44

5-
You can run the example with `quickshell -c shell.qml`.
5+
You can run the example with `quickshell -p shell.qml`.
66

77
![](./image.png)

0 commit comments

Comments
 (0)