summaryrefslogtreecommitdiffstats
path: root/tv/2configs/xserver/xmonad
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-10-24 22:43:24 +0200
committertv <tv@krebsco.de>2015-10-24 22:43:24 +0200
commitef7f015d7f0e6fe703ed9bba7a31621b5f1c6c72 (patch)
tree40f8b2a676c4564a7cd35413f663e4927d113706 /tv/2configs/xserver/xmonad
parentd34f9228e09f42950aeb3e530b1918e8cf26cf61 (diff)
tv xmonad: provide xresources to myRootTerm
Diffstat (limited to 'tv/2configs/xserver/xmonad')
-rw-r--r--tv/2configs/xserver/xmonad/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/xserver/xmonad/Main.hs b/tv/2configs/xserver/xmonad/Main.hs
index a298d72..cca2902 100644
--- a/tv/2configs/xserver/xmonad/Main.hs
+++ b/tv/2configs/xserver/xmonad/Main.hs
@@ -38,7 +38,7 @@ myTerm :: String
myTerm = "urxvtc"
myRootTerm :: String
-myRootTerm = "XENVIRONMENT=\"$HOME/.Xdefaults/root-urxvt\" urxvtc -e su -"
+myRootTerm = "urxvtc -name root-urxvt -e su -"
-- TODO execRootTerm = exec (shlex "urxvtc -e su -")
-- [ ("XENVIRONMENT", HOME ++ "/.Xdefaults/root-urxvt") ]