adding a lot of script changes

This commit is contained in:
Chris Cochrun 2021-08-17 20:39:50 -05:00
parent 161abbf381
commit d25a75a078
15 changed files with 237 additions and 406 deletions

View file

@ -456,7 +456,7 @@
(set s.myrightwidgets {
1 {
:layout wibox.layout.fixed.horizontal
1 s.wttrwidget
;; 1 s.wttrwidget
2 s.mailwidget
3 s.cpuwidget
4 s.volumewidget
@ -594,6 +594,7 @@
(not c.size_hints.program_position))
;; Prevent clients from being unreachable after screen count changes.
(awful.placement.no_offscreen c))
;; MPV wasn't centering right
(when (= c.class "mpv") (awful.placement.centered c))
(awful.client.focus.byidx 1)
(: c :activate [])))