mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-01-07 09:17:23 +08:00
Remove dead keybinds
This commit is contained in:
parent
f28d4cd7bd
commit
2c6c83760b
1 changed files with 0 additions and 7 deletions
|
|
@ -79,13 +79,6 @@ keys.desktopbuttons = gears.table.join(
|
|||
|
||||
-- {{{ Key bindings
|
||||
keys.globalkeys = gears.table.join(
|
||||
--awful.key({ superkey, }, "s", hotkeys_popup.show_help,
|
||||
--{description="show help", group="awesome"}),
|
||||
--awful.key({ superkey, }, "comma", awful.tag.viewprev,
|
||||
--{description = "view previous", group = "tag"}),
|
||||
--awful.key({ superkey, }, "period", awful.tag.viewnext,
|
||||
--{description = "view next", group = "tag"}),
|
||||
|
||||
-- Focus client by direction (hjkl keys)
|
||||
awful.key({ superkey }, "j",
|
||||
function()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue