From 180189c5a52b0c63677dbf1b8823d67bba65a375 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 8 Jan 2014 12:40:14 +0100 Subject: [PATCH] switch to urxvtd --- awesome/rc.lua | 2 +- xprofile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/awesome/rc.lua b/awesome/rc.lua index 1e72079..9da4d24 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -41,7 +41,7 @@ end beautiful.init(awful.util.getdir("config").."/themes/mlp/theme.lua") -- This is used later as the default terminal and editor to run. -terminal = "urxvt" +terminal = "urxvtc" editor = os.getenv("EDITOR") or "vim" editor_cmd = terminal .. " -e " .. editor diff --git a/xprofile b/xprofile index 244ebc0..095207c 100644 --- a/xprofile +++ b/xprofile @@ -2,3 +2,4 @@ compton -b --config ~/.config/compton.conf xautolock -time 10 -locker "i3lock -n -c 000000" -detectsleep & xmodmap ~/.Xmodmap xbindkeys +urxvtd -q -f -o -- 2.48.1