making org-agenda work betterer

This commit is contained in:
Chris Cochrun 2021-09-02 16:53:53 -05:00
parent b8b9559e38
commit 86f0bd0030
4 changed files with 33 additions and 11 deletions

View file

@ -166,7 +166,7 @@
{:description "select pass" :group "apps" })
(awful.key [ modkey shift ] "w" (fn [] (awful.spawn "libreoffice --writer"))
{:description "Open Writer" :group "apps" })
(awful.key [modkey] "b" (fn [] (awful.spawn "qutebrowser"))
(awful.key [modkey] "b" (fn [] (awful.spawn "nyxt"))
{:description "launch browser" :group "apps"})
;; rofi
(awful.key [] "Menu" (fn [] (awful.spawn "/home/chris/.dotfiles/rofi/launchers-git/launcher.sh"))