Adding a lot of better awesome stuff and rofi-pass

This commit is contained in:
Chris Cochrun 2021-02-16 11:13:11 -06:00
parent 4aa3a43819
commit 29a3a101c4
8 changed files with 126 additions and 15 deletions

View file

@ -138,7 +138,7 @@
{:description "launch eshell in new emacs frame" :group "apps" })
(awful.key [ modkey ] "e" (fn [] (awful.spawn "emacsclient -c -a 'emacs'"))
{:description "launch new emacs frame" :group "apps" })
(awful.key [ modkey ] "p" (fn [] (awful.spawn "emacsclient -c -e '(pass)'"))
(awful.key [ modkey ] "p" (fn [] (awful.spawn "rofi-pass"))
{:description "select pass" :group "apps" })
(awful.key [ modkey shift ] "w" (fn [] (awful.spawn "libreoffice --writer"))
{:description "Open Writer" :group "apps" })