File tree 1 file changed +10
-9
lines changed 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ set $mod Mod4
26
26
27
27
set $term ctxterm
28
28
29
- set $screenLeft DP-4
30
- set $screenRight DP-2
31
- # set $screenRight HDMI -0
29
+ set $screenLeft DP-2
30
+ set $screenRight HDMI-0
31
+ set $screenRight2 DP -0
32
32
33
33
# Derive colors from XResources (integration with pywal)
34
34
#
71
71
72
72
output $screenLeft
73
73
output $screenRight
74
+ output $screenRight2
74
75
colors {
75
76
background $transparent
76
77
separator #00ff00
@@ -319,18 +320,18 @@ mode "resize" {
319
320
}
320
321
assign [class="^Steam"] $ws5
321
322
322
- # Group of 2 and 2 and 1 and 1
323
-
324
323
workspace $ws1 output $screenLeft
325
324
workspace $ws2 output $screenLeft
325
+ workspace $ws3 output $screenLeft
326
326
327
- workspace $ws3 output $screenRight
328
327
workspace $ws4 output $screenRight
329
-
330
- # Extra space, if needed
331
- workspace $ws5 output $screenLeft
328
+ workspace $ws5 output $screenRight
332
329
workspace $ws6 output $screenRight
333
330
331
+ workspace $ws7 output $screenRight2
332
+ workspace $ws8 output $screenRight2
333
+ workspace $ws9 output $screenRight2
334
+
334
335
workspace_auto_back_and_forth yes
335
336
336
337
# pageup/pagedown for workspace cycle
You can’t perform that action at this time.
0 commit comments