-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME
More file actions
30 lines (26 loc) · 1005 Bytes
/
README
File metadata and controls
30 lines (26 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
SSD (Sawfish Session Dialog)
SSD is a small and highly flexible SessionDialog, originaly (but not
neccessarily) for use with the Sawfish WindowManager. It is a graphical
wrapper for session commands, so it only offers the scriptable interface
and the user interface for session commands, but relies on a session manager
or external commands to actually do the work:
* Logout (ssd --logout)
* Reboot (ssd --reboot)
* Shutdown (ssd --shutdown)
* Lockdown (ssd --lockdown)
* Suspend (ssd --suspend)
* Hibernate (ssd --hibernate)
* Userswitch (ssd --userswitch)
* GUI (ssd)
SSD has a scriptable interface (see `ssd --help') and each
command can be configured, autodetection allows to apply commands for:
* KDE4 (ssd --kde4)
* XFCE4 (ssd --xfce4)
* Razor-Qt (ssd --razor)
* GNOME (ssd --gnome2)
* MATE (ssd --mate)
* SystemD (ssd --systemd)
* Auto (ssd --detect)
* Custom (sdd --setup)
SSD requires librep (>= 0.90) and rep-gtk (>= 0.90)
License: GNU GPL v3