diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-01-15 22:13:16 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-15 22:13:16 -0500 |
| commit | e6d33facc8f02a068f62b4f60c2872589b620dab (patch) | |
| tree | 5801c12a8f8c36dfb204ffcabf2e55c79cb8294b /openbox/prop.c | |
| parent | 07994cb2dcafe33db99da5f7234caefdc0baa809 (diff) | |
when you close an app and it stops responding.. if you hit close again, it will try kill -TERM. if that fails and you close again, it will kill -9 ! (assuming the app is running on the local host and provided its PID)
Diffstat (limited to 'openbox/prop.c')
| -rw-r--r-- | openbox/prop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/prop.c b/openbox/prop.c index b43dcd13..c4b8baea 100644 --- a/openbox/prop.c +++ b/openbox/prop.c @@ -91,7 +91,7 @@ void prop_startup(void) CREATE(net_wm_strut_partial, "_NET_WM_STRUT_PARTIAL"); CREATE(net_wm_icon, "_NET_WM_ICON"); CREATE(net_wm_icon_geometry, "_NET_WM_ICON_GEOMETRY"); -/* CREATE(net_wm_pid, "_NET_WM_PID"); */ + CREATE(net_wm_pid, "_NET_WM_PID"); CREATE(net_wm_allowed_actions, "_NET_WM_ALLOWED_ACTIONS"); CREATE(net_wm_user_time, "_NET_WM_USER_TIME"); /* CREATE(net_wm_user_time_window, "_NET_WM_USER_TIME_WINDOW"); */ |
