blob: f66b82c9ffd1247d6774b7bfa3f1d69d2d39b367 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- gnome-settings-daemon/gnome-settings-multimedia-keys.c.orig Thu Oct 14 15:44:21 2004
+++ gnome-settings-daemon/gnome-settings-multimedia-keys.c Thu Oct 14 15:44:38 2004
@@ -813,7 +813,7 @@
do_mail_action (acme);
break;
case SLEEP_KEY:
- do_sleep_action ("apm", "xset dpms force off");
+ do_sleep_action ("zzz", "xset dpms force off");
break;
case SCREENSAVER_KEY:
execute ("xscreensaver-command -lock", FALSE);
|