docs: update IPC commands with notification popup and idle inhibitor toggles
This commit is contained in:
parent
f47fcaa56a
commit
226e562c54
1 changed files with 6 additions and 3 deletions
|
|
@ -153,14 +153,17 @@ To make the weather widget, wallpaper manager and record button work you will ha
|
||||||
qs ipc call globalIPC toggleLauncher
|
qs ipc call globalIPC toggleLauncher
|
||||||
```
|
```
|
||||||
|
|
||||||
### Toggle Lockscreen:
|
### Toggle Notification Popup:
|
||||||
|
|
||||||
```
|
```
|
||||||
qs ipc call globalIPC toggleLock
|
qs ipc call globalIPC toggleNotificationPopup
|
||||||
```
|
```
|
||||||
|
|
||||||
You can keybind it however you want in your niri setup.
|
### Toggle Idle Inhibitor:
|
||||||
|
|
||||||
|
```
|
||||||
|
qs ipc call globalIPC toggleIdleInhibitor
|
||||||
|
```
|
||||||
|
|
||||||
### Toggle Fullscreen:
|
### Toggle Fullscreen:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue