get configs ready for nwg-shell-config 0.3.7

This commit is contained in:
piotr
2022-07-12 00:18:23 +02:00
committed by natemaia
parent 06f84bfb80
commit c9c601bb25
3 changed files with 24 additions and 11 deletions

View File

@ -47,5 +47,27 @@
"touchpad-dwt": "enabled",
"touchpad-middle-emulation": "enabled",
"touchpad-custom-name": "",
"touchpad-custom-value": ""
"touchpad-custom-value": "",
"lockscreen-use-settings": true,
"lockscreen-locker": "swaylock",
"lockscreen-background-source": "local",
"lockscreen-custom-cmd": "",
"lockscreen-timeout": 1200,
"sleep-cmd": "swaymsg \"output * dpms off\"",
"sleep-timeout": 1800,
"resume-cmd": "swaymsg \"output * dpms on\"",
"before-sleep": "",
"backgrounds-custom-path": "",
"backgrounds-use-custom-path": false,
"background-dirs": [
"/usr/share/backgrounds/archlabs"
],
"background-dirs-once-set": false,
"unsplash-width": 1920,
"unsplash-height": 1080,
"unsplash-keywords": [
"nature",
"water",
"landscape"
]
}