Some nyxt changes, rbw and pass changes.

This commit is contained in:
Chris Cochrun 2021-07-05 13:16:34 -05:00
parent 71151f755f
commit c813c61938
10 changed files with 174 additions and 31 deletions

View file

@ -145,7 +145,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 "rofi-pass"))
(awful.key [ modkey ] "p" (fn [] (awful.spawn "rofi-rbw"))
{:description "select pass" :group "apps" })
(awful.key [ modkey shift ] "w" (fn [] (awful.spawn "libreoffice --writer"))
{:description "Open Writer" :group "apps" })