mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2025-01-10 17:58:09 +00:00
Better ident
This commit is contained in:
parent
fbcc1210bb
commit
33483978e5
|
@ -13,7 +13,6 @@ root.buttons(awful.util.table.join(
|
|||
-- {{{ Key bindings
|
||||
|
||||
globalkeys = awful.util.table.join(globalkeys,
|
||||
|
||||
-- Layout manipulation
|
||||
awful.key({ modkey, "Shift" }, "j", function () awful.client.swap.byidx( 1) end),
|
||||
awful.key({ modkey, "Shift" }, "k", function () awful.client.swap.byidx( -1) end),
|
||||
|
|
Loading…
Reference in a new issue