From 6d1c90ba0c152e6c479cf1a70fe097e176359018 Mon Sep 17 00:00:00 2001 From: shmibs Date: Fri, 24 Jan 2014 17:58:29 -0700 Subject: fix a dumb conflict in rc.lua i didn't notice it until now because, on my desktop, ftjerm always started before awesome and grabbed the bindings successfully, i guess. --- .xinitrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index 921b404..e19279f 100644 --- a/.xinitrc +++ b/.xinitrc @@ -5,6 +5,8 @@ then fi xsetroot -cursor_name left_ptr + compton -b -o 0.8 -r 10 -l -10 -t -10 --backend glx --paint-on-overlay & +ibus-daemon & exec mate-session -- cgit v1.2.3