Fix nwg-bar commands
This commit is contained in:
parent
df62bac86b
commit
7ada4fd9af
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
[
|
||||
{
|
||||
"label": "Lock",
|
||||
"exec": "swaymsg exec ~/.config/swaylock/lock.sh",
|
||||
"exec": "riverctl spawn ~/.config/swaylock/lock.sh",
|
||||
"icon": "system-lock-screen"
|
||||
},
|
||||
{
|
||||
"label": "Logout",
|
||||
"exec": "swaymsg exit",
|
||||
"exec": "riverctl exit",
|
||||
"icon": "system-log-out"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue