diff options
author | thatlittlegit <personal@thatlittlegit.tk> | 2020-02-22 20:34:20 -0500 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-02-23 22:03:03 +0100 |
commit | efc4861786361e873f14c65406c96e1ac6c90807 (patch) | |
tree | 0af1bceccba116f41f46c0b039ba945c25047246 /Base/etc | |
parent | 6c5100b644d6f1f9581ae69943be0e5072e5b420 (diff) | |
download | serenity-efc4861786361e873f14c65406c96e1ac6c90807.zip |
SystemDialog: Revamp to be more Win95-like
Only thing I don't like right now is the fact that we rely on the shell.
Diffstat (limited to 'Base/etc')
-rw-r--r-- | Base/etc/SystemDialog.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Base/etc/SystemDialog.ini b/Base/etc/SystemDialog.ini new file mode 100644 index 0000000000..1e074a0b58 --- /dev/null +++ b/Base/etc/SystemDialog.ini @@ -0,0 +1,12 @@ +[Shut Down] +command=/bin/shutdown --now +default=1 + +[Reboot] +command=/bin/reboot + +[Log Out] +enabled=0 + +[Suspend] +enabled=0 |