summaryrefslogtreecommitdiff
path: root/alternative_wmiircs/python/wmiirc.py
diff options
context:
space:
mode:
Diffstat (limited to 'alternative_wmiircs/python/wmiirc.py')
-rw-r--r--alternative_wmiircs/python/wmiirc.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/alternative_wmiircs/python/wmiirc.py b/alternative_wmiircs/python/wmiirc.py
index a33ff01..42c4243 100644
--- a/alternative_wmiircs/python/wmiirc.py
+++ b/alternative_wmiircs/python/wmiirc.py
@@ -38,7 +38,7 @@ noticebar=('right', '!notice')
background = '#333333'
floatbackground='#222222'
-wmii['font'] = 'drift,-*-fixed-*-*-*-*-9-*-*-*-*-*-*-*'
+wmii['font'] = '-*-fixed-medium-r-*-*-*-120-75-75-c-60-iso10646-*'
wmii['normcolors'] = '#000000', '#c1c48b', '#81654f'
wmii['focuscolors'] = '#000000', '#81654f', '#000000'
wmii['grabmod'] = keys.defs['mod']
@@ -103,6 +103,8 @@ events.bind({
'Notice': lambda args: notice.show(args),
+ 'ScreenChange': lambda args: wmii.ctl('wipescreens'),
+
Match(('LeftBarClick', 'LeftBarDND'), 1): lambda e, b, tag: tags.select(tag),
Match('LeftBarClick', 4): lambda *a: tags.select(tags.next(True)),
Match('LeftBarClick', 5): lambda *a: tags.select(tags.next()),