diff options
Diffstat (limited to 'desktop/nwg-hello/nwg-hello.json')
-rw-r--r-- | desktop/nwg-hello/nwg-hello.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/desktop/nwg-hello/nwg-hello.json b/desktop/nwg-hello/nwg-hello.json new file mode 100644 index 0000000000..a92b2ebfb0 --- /dev/null +++ b/desktop/nwg-hello/nwg-hello.json @@ -0,0 +1,23 @@ +{ + "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": [] +}
\ No newline at end of file |