making fflof the browser

This commit is contained in:
Chris Cochrun 2022-03-25 16:44:00 -05:00
parent 787726095a
commit 6eba4de3c9
3 changed files with 8 additions and 1 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 "qblof"))
(awful.key [modkey] "b" (fn [] (awful.spawn "fflof"))
{:description "launch browser" :group "apps"})
;; rofi
(awful.key [] "Menu" (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/launcher.sh"))

View file

@ -204,6 +204,7 @@
:properties {
:floating true
:raise true
:screen awful.screen.preferred
:placement (+ awful.placement.centered awful.placement.no_offscreen)
}
}