Making rules work a little bit better

This commit is contained in:
Chris Cochrun 2022-03-25 07:14:08 -05:00
parent 90422305a5
commit 189dd78334
3 changed files with 8 additions and 9 deletions

View file

@ -172,7 +172,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 "fflof"))
(awful.key [modkey] "b" (fn [] (awful.spawn "qblof"))
{:description "launch browser" :group "apps"})
;; rofi
(awful.key [] "Menu" (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/launcher.sh"))