Added more of awesome into fennel over lua
This commit is contained in:
parent
3d48649971
commit
bdc9927c62
8 changed files with 104 additions and 71 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue