adding a lot of script changes
This commit is contained in:
parent
161abbf381
commit
d25a75a078
15 changed files with 237 additions and 406 deletions
|
@ -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 [])))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue