summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-09-25 09:56:59 +0200
committerGravatar Tom Willemsen2012-09-25 09:56:59 +0200
commit13fb3c19429549f1c5981123c96adc40f80fd75f (patch)
tree7e58a14bd5516e97b20d3e2cd9aefc9e3a4c6a68 /.config
parentb97ec760a966e826e696515dbe9a02699532d49a (diff)
downloaddotfiles-13fb3c19429549f1c5981123c96adc40f80fd75f.tar.gz
dotfiles-13fb3c19429549f1c5981123c96adc40f80fd75f.zip
.config/awesome/rc.lua
Diffstat (limited to '.config')
-rw-r--r--.config/awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index 4c5d93c..5e07a09 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -334,7 +334,7 @@ root.buttons(awful.util.table.join(
local bind = keychain
local sub = keychain.sub
globalkeys = awful.util.table.join(
- bind({ "Control", }, "z",
+ bind({ "Control", }, "i",
{ sub({ }, "o",
function ()
awful.client.focus.byidx(1)