adding sxiv and changing screenshot prog

This commit is contained in:
Chris Cochrun 2021-04-20 08:21:56 -05:00
parent deef4f3192
commit 02e22a7711
6 changed files with 83 additions and 6 deletions

View file

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