Merge branch 'laptop-detection' of gitlab.com:chriscochrun/dotfiles into laptop-detection

This commit is contained in:
Chris Cochrun 2021-02-10 12:51:20 -06:00
commit 4be501d3ef

View file

@ -140,6 +140,8 @@
{:description "launch new emacs frame" :group "apps" })
(awful.key [ modkey ] "p" (fn [] (awful.spawn "emacsclient -c -e '(pass)'"))
{:description "select pass" :group "apps" })
(awful.key [ modkey shift ] "w" (fn [] (awful.spawn "libreoffice --writer"))
{:description "Open Writer" :group "apps" })
;; rofi
(awful.key [] "Menu" (fn [] (awful.spawn "/home/chris/.dotfiles/rofi/launchers-git/launcher.sh"))
{:description "launch rofi" :group "launcher"})