updating to master
This commit is contained in:
parent
0d7f3e5a89
commit
d705c64134
6 changed files with 87 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue