aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshmibs <shmibs@gmail.com>2014-01-24 17:58:29 -0700
committershmibs <shmibs@gmail.com>2014-01-24 17:58:29 -0700
commit6d1c90ba0c152e6c479cf1a70fe097e176359018 (patch)
treed07cf5edd895c59a9b725894ad7975ba6ed23425
parentfe7d5964a91b479d7a1b08de1d44dcef05af124e (diff)
downloaddotfiles-6d1c90ba0c152e6c479cf1a70fe097e176359018.tar.gz
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.
-rw-r--r--.config/awesome/rc.lua2
-rw-r--r--.xinitrc2
2 files changed, 3 insertions, 1 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index eb00e9d..b71ec61 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -411,7 +411,7 @@ clientkeys = awful.util.table.join(
-- Bind all key numbers to tags.
-- Be careful: we use keycodes to make it works on any keyboard layout.
-- This should map on the top row of your keyboard, usually 1 to 9.
-for i = 1, 9 do
+for i = 1, 5 do
globalkeys = awful.util.table.join(globalkeys,
awful.key({ modkey }, "#" .. i + 9,
function ()
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