Added more of awesome into fennel over lua

This commit is contained in:
Chris Cochrun 2020-09-16 06:30:31 -05:00
parent 3d48649971
commit bdc9927c62
8 changed files with 104 additions and 71 deletions

View file

@ -10,13 +10,12 @@
:alt "Mod1"
})
(local globalkeys (gears.table.join
(key [:mod :alt] "m" (awful.spawn "mpv --player-operation-mode=pseudo-gui"))
(key [:mod] "s" hotkeys_popup.show_help)
))
(local globalkeys (awful.keyboard.append_global_keybindings [
(awful.key [:mod :alt] "m" (awful.spawn "mpv --player-operation-mode=pseudo-gui"))
(awful.key [:mod] "s" hotkeys_popup.show_help)
]))
(root.keys globalkeys)
keys
globalkeys