update niri keys
This commit is contained in:
parent
fb5e68da37
commit
602de13a4e
6 changed files with 125 additions and 154 deletions
|
|
@ -22,6 +22,10 @@
|
|||
"tailscale": {
|
||||
"enabled": true,
|
||||
"sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins"
|
||||
},
|
||||
"translator": {
|
||||
"enabled": true,
|
||||
"sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
|
|
|
|||
|
|
@ -311,6 +311,9 @@
|
|||
{
|
||||
"id": "Bluetooth"
|
||||
},
|
||||
{
|
||||
"id": "PowerProfile"
|
||||
},
|
||||
{
|
||||
"id": "WallpaperSelector"
|
||||
}
|
||||
|
|
@ -319,9 +322,6 @@
|
|||
{
|
||||
"id": "Notifications"
|
||||
},
|
||||
{
|
||||
"id": "PowerProfile"
|
||||
},
|
||||
{
|
||||
"id": "KeepAwake"
|
||||
},
|
||||
|
|
@ -337,6 +337,16 @@
|
|||
"onMiddleClicked": "",
|
||||
"onRightClicked": "",
|
||||
"stateChecksJson": "[]"
|
||||
},
|
||||
{
|
||||
"enableOnStateLogic": false,
|
||||
"generalTooltipText": "Screenshot",
|
||||
"icon": "camera",
|
||||
"id": "CustomButton",
|
||||
"onClicked": "qs -c noctalia-shell ipc call controlCenter toggle && sleep 0.5 && niri msg action screenshot",
|
||||
"onMiddleClicked": "",
|
||||
"onRightClicked": "qs -c noctalia-shell ipc call controlCenter toggle && sleep 0.5 && niri msg action screenshot && wl-paste -t image/png | swappy -f -",
|
||||
"stateChecksJson": "[]"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -353,7 +363,7 @@
|
|||
"colorizeIcons": false,
|
||||
"deadOpacity": 0.6,
|
||||
"displayMode": "auto_hide",
|
||||
"enabled": false,
|
||||
"enabled": true,
|
||||
"floatingRatio": 1,
|
||||
"inactiveIndicators": false,
|
||||
"monitors": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue