diff options
Diffstat (limited to '.wmii/wmiirc_local')
-rwxr-xr-x | .wmii/wmiirc_local | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.wmii/wmiirc_local b/.wmii/wmiirc_local new file mode 100755 index 0000000..dd72f59 --- /dev/null +++ b/.wmii/wmiirc_local @@ -0,0 +1,7 @@ +#!/bin/dash + +export WMII_FONT='xft:Monospace-8' +export WMII_TERM="urxvt" + +. $HOME/.wmii/wmiirc_local.local +. $HOME/.wmii/wmiirc_solarized_dark |