mirror of
https://github.com/0intro/wmii
synced 2024-11-21 21:31:33 +03:00
Remove stale xcb include line.
This commit is contained in:
parent
7792c327d0
commit
b2ea1da6ba
@ -52,9 +52,11 @@ wmiir write /tagrules <<!
|
||||
|
||||
# Status Bar Info
|
||||
fn status {
|
||||
echo -n `{uptime | sed 's/.*://; s/,//g'} \
|
||||
'|' `{date}
|
||||
}
|
||||
echo -n `{uptime | sed 's/.*://; s/,//g'} '|' \
|
||||
`{date} }
|
||||
|
||||
# Generic overridable startup details
|
||||
startup() { witray & }
|
||||
|
||||
# End Configuration
|
||||
|
||||
@ -72,8 +74,7 @@ confpath=`{echo $WMII_CONFPATH | sed 'y/:/ /'}
|
||||
# Events
|
||||
fn sigexit {
|
||||
rm -f $progs_file
|
||||
wi_cleankeys
|
||||
}
|
||||
wi_cleankeys}
|
||||
|
||||
fn Event-CreateTag {
|
||||
echo $wmiinormcol $* | wmiir create /lbar/$"*}
|
||||
@ -167,6 +168,7 @@ if(~ $0 ('' */)wmiirc_local.rc)
|
||||
if not
|
||||
. `{wi_script -f wmiirc_local.rc}
|
||||
echo $wmiinormcol | wmiir create $noticebar
|
||||
startup
|
||||
|
||||
# Key Bindings
|
||||
_keys = `{wi_getfuns Key}
|
||||
|
@ -47,6 +47,7 @@ setbackground(background)
|
||||
|
||||
terminal = 'wmiir', 'setsid', '@TERMINAL@'
|
||||
pygmi.shell = os.environ.get('SHELL', 'sh')
|
||||
tray = 'witray',
|
||||
|
||||
@defmonitor
|
||||
def load(self):
|
||||
@ -305,4 +306,6 @@ if not os.environ.get('WMII_NOPLUGINS', ''):
|
||||
except Exception, e:
|
||||
traceback.print_exc(sys.stdout)
|
||||
|
||||
call(*tray)
|
||||
|
||||
# vim:se sts=4 sw=4 et:
|
||||
|
@ -47,9 +47,6 @@ selection_create(char *selection, ulong time,
|
||||
return s;
|
||||
}
|
||||
|
||||
#include <X11/Xlib-xcb.h>
|
||||
#include <xcb/xproto.h>
|
||||
|
||||
Selection*
|
||||
selection_manage(char *selection, ulong time,
|
||||
void (*message)(Selection*, XClientMessageEvent*),
|
||||
|
@ -58,8 +58,12 @@ status() {
|
||||
echo -n $(uptime | sed 's/.*://; s/,//g') '|' $(date)
|
||||
}
|
||||
|
||||
# Generic overridable startup details
|
||||
startup() { witray & }
|
||||
|
||||
local_events() { true;}
|
||||
wi_runconf -s wmiirc_local
|
||||
startup
|
||||
|
||||
echo $WMII_NORMCOLORS | wmiir create $noticebar
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user