Fix lockscreen
Add lockscreen ipc call Edit Applauncher
This commit is contained in:
parent
5d1d59c04b
commit
1cb30757de
5 changed files with 26 additions and 341 deletions
|
|
@ -118,12 +118,18 @@ To make the weather widget, wallpaper manager and record button work you will ha
|
|||
<details>
|
||||
<summary><strong>Keybinds</strong></summary>
|
||||
|
||||
### Open Applauncher:
|
||||
### Toggle Applauncher:
|
||||
|
||||
```
|
||||
qs ipc call globalIPC toggleLauncher
|
||||
```
|
||||
|
||||
### Toggle Lockscreen:
|
||||
|
||||
```
|
||||
qs ipc call globalIPC toggleLock
|
||||
```
|
||||
|
||||
You can keybind it however you want in your niri setup.
|
||||
|
||||
</details>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue