updating to master

This commit is contained in:
Chris Cochrun 2021-09-08 09:26:12 -05:00
parent 0d7f3e5a89
commit d705c64134
6 changed files with 87 additions and 7 deletions

View file

@ -644,7 +644,7 @@
(awful.placement.no_offscreen c))
;; MPV wasn't centering right
;; (when (= c.class "mpv") (awful.placement.centered c))
(when (= c.class "mpv") (awful.placement.centered c))
(awful.client.focus.byidx 1)
;; Rounded windows done right

View file

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