Switched machines. Correcting display names
This commit is contained in:
parent
e36f484451
commit
3663d5ae2c
|
@ -1,5 +1,5 @@
|
||||||
set $maindisp eDP1
|
set $maindisp DP1
|
||||||
set $secondarydisp HDMI1
|
set $secondarydisp HDMI2
|
||||||
|
|
||||||
# Assign workspaces to specific outputs
|
# Assign workspaces to specific outputs
|
||||||
workspace 3 output $secondarydisp
|
workspace 3 output $secondarydisp
|
||||||
|
@ -7,8 +7,8 @@ workspace 3 output $secondarydisp
|
||||||
# go ahead and launch this term on i3 start (but not restart)
|
# go ahead and launch this term on i3 start (but not restart)
|
||||||
exec $tlterm
|
exec $tlterm
|
||||||
|
|
||||||
workspace 2 output $maindisp
|
|
||||||
workspace 1 output $maindisp
|
workspace 1 output $maindisp
|
||||||
|
exec chromium
|
||||||
|
|
||||||
# Start i3bar to display a workspace bar
|
# Start i3bar to display a workspace bar
|
||||||
bar {
|
bar {
|
||||||
|
|
Loading…
Reference in New Issue