mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
623e72db74
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
23 lines
No EOL
465 B
JSON
23 lines
No EOL
465 B
JSON
{
|
|
"session_dirs": [
|
|
"/usr/share/wayland-sessions",
|
|
"/usr/share/xsessions"
|
|
],
|
|
"custom_sessions": [
|
|
{
|
|
"name": "Shell",
|
|
"exec": "/bin/bash"
|
|
}
|
|
],
|
|
"monitor_nums": [],
|
|
"delay_secs": 1,
|
|
"cmd-sleep": "loginctl suspend",
|
|
"cmd-reboot": "loginctl reboot",
|
|
"cmd-poweroff": "loginctl poweroff",
|
|
"gtk-theme": "Adwaita",
|
|
"gtk-icon-theme": "",
|
|
"gtk-cursor-theme": "",
|
|
"prefer-dark-theme": true,
|
|
"lang": "",
|
|
"env-vars": []
|
|
} |