From 23c45e3dfacbb773e3ffd32ef623f712db5e395c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 21 Apr 2014 13:40:49 -0400 Subject: fight with X11 --- .config/X11/defaults | 2 +- .config/symlinks | 2 +- .config/wmii-hg/config.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/X11/defaults b/.config/X11/defaults index 252170c..5eecec3 100644 --- a/.config/X11/defaults +++ b/.config/X11/defaults @@ -10,7 +10,7 @@ URxvt.foreground: #EEEEEC URxvt.scrollstyle: plain URxvt.scrollBar_floating: true -URxvt.font: xft:Monospace-8 +URxvt.font: xft:DejaVu Sans Mono-8 URxvt.cursorBlink: true URxvt.pastableTabs: true diff --git a/.config/symlinks b/.config/symlinks index bee823b..37a7267 100644 --- a/.config/symlinks +++ b/.config/symlinks @@ -8,7 +8,7 @@ .config/X11/clientrc .xinitrc .config/X11/serverrc .xserverrc .config/X11/login .xsession -.config/X11/login .xprofile +.config/login.sh .xprofile # Bash .config/bash/rc.sh .bashrc diff --git a/.config/wmii-hg/config.sh b/.config/wmii-hg/config.sh index 3ddc8d5..4889aac 100644 --- a/.config/wmii-hg/config.sh +++ b/.config/wmii-hg/config.sh @@ -60,10 +60,10 @@ Event() { echo " -> Creating mountpoint WMII_DIR=$WMII_DIR..." mkdir -p "$WMII_DIR" echo " -> Mounting WMII_DIR=$WMII_DIR..." - 9mount -i "unix!$WMII_NAMESPACE/wmii" "$WMII_DIR";; + 9pfuse "unix!$WMII_NAMESPACE/wmii" "$WMII_DIR";; WmiircUnmount) ## No args echo " -> Unmounting WMII_DIR=$WMII_DIR..." - 9umount "$WMII_DIR" + fusermount -u "$WMII_DIR" echo " -> Removing mountpoint WMII_DIR=$WMII_DIR..." rmdir "$WMII_DIR";; ## WMII-meta events -- cgit v1.2.3-2-g168b