mirror of
https://github.com/0intro/wmii
synced 2025-03-03 13:41:25 +03:00
fixed small bug in wmirc, also sanitized default wm events
This commit is contained in:
parent
3d3499ff4a
commit
68f01ef3bf
@ -593,8 +593,8 @@ static void init_default()
|
||||
def[WM_LOCKED] = wmii_create_ixpfile(ixps, "/default/locked", "1");
|
||||
def[WM_LAYOUT] = wmii_create_ixpfile(ixps, "/default/layout", LAYOUT);
|
||||
def[WM_SEL_PAGE] = ixp_create(ixps, "/sel");
|
||||
def[WM_EVENT_PAGE_UPDATE] = ixp_create(ixps, "/default/event/pageupdate");
|
||||
def[WM_EVENT_CLIENT_UPDATE] = ixp_create(ixps, "/default/event/clientupdate");
|
||||
def[WM_EVENT_PAGE_UPDATE] = ixp_create(ixps, "/event/pageupdate");
|
||||
def[WM_EVENT_CLIENT_UPDATE] = ixp_create(ixps, "/event/clientupdate");
|
||||
def[WM_EVENT_B1PRESS] = ixp_create(ixps, "/default/event/b1press");
|
||||
def[WM_EVENT_B2PRESS] = ixp_create(ixps, "/default/event/b2press");
|
||||
def[WM_EVENT_B3PRESS] = ixp_create(ixps, "/default/event/b3press");
|
||||
|
Loading…
x
Reference in New Issue
Block a user