making fflof the browser
This commit is contained in:
parent
787726095a
commit
6eba4de3c9
3 changed files with 8 additions and 1 deletions
|
@ -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"))
|
||||
|
|
|
@ -204,6 +204,7 @@
|
|||
:properties {
|
||||
:floating true
|
||||
:raise true
|
||||
:screen awful.screen.preferred
|
||||
:placement (+ awful.placement.centered awful.placement.no_offscreen)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue