Update multiple configs
This commit is contained in:
parent
d7228bcfb0
commit
377429c2f5
6 changed files with 18 additions and 26 deletions
|
@ -61,14 +61,14 @@
|
|||
|
||||
modules-left = bspwm bsp-layout-primary
|
||||
|
||||
monitor = HDMI-A-0
|
||||
monitor = ${env:MONITOR_PRIMARY}
|
||||
|
||||
[bar/portalo-secondary]
|
||||
inherit = bar/portalo-base
|
||||
|
||||
modules-left = bspwm bsp-layout-secondary
|
||||
|
||||
monitor = DVI-D-0
|
||||
monitor = ${env:MONITOR_SECONDARY}
|
||||
tray-position = none
|
||||
|
||||
|
||||
|
@ -85,12 +85,12 @@
|
|||
[bar/laptop-primary]
|
||||
inherit = bar/laptop-base
|
||||
|
||||
monitor = eDP-1
|
||||
monitor = ${env:MONITOR_PRIMARY}
|
||||
|
||||
[bar/laptop-secondary]
|
||||
inherit = bar/laptop-base
|
||||
|
||||
monitor = HDMI-2
|
||||
monitor = ${env:MONITOR_SECONDARY}
|
||||
tray-position = none
|
||||
|
||||
; vim: ft=dosini
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue