docs: update IPC commands with notification popup and idle inhibitor toggles

This commit is contained in:
JPratama7 2025-07-27 22:22:07 +07:00
parent f47fcaa56a
commit 226e562c54
No known key found for this signature in database
GPG key ID: CD3EB7D0490C5F4B

View file

@ -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: