Adding qutebrowser configs

This commit is contained in:
Chris Cochrun 2020-10-21 06:23:09 -05:00
parent 3bed180ab3
commit 84957355a4
13 changed files with 36 additions and 3338 deletions

View file

@ -393,7 +393,8 @@
(not c.size_hints.program_position))
;; Prevent clients from being unreachable after screen count changes.
(awful.placement.no_offscreen c))
(awful.client.focus.byidx 1)))
(awful.client.focus.byidx 1)
(: c :activate [])))
(client.connect_signal "focus" (fn [c] (set c.border_color beautiful.border_focus)))