Skip to content

Commit 2a9e8dd

Browse files
committed
i3: 3 monitor layout
1 parent 1198afc commit 2a9e8dd

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.config/i3/config

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ set $mod Mod4
2626

2727
set $term ctxterm
2828

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
3232

3333
# Derive colors from XResources (integration with pywal)
3434
#
@@ -71,6 +71,7 @@ bar {
7171

7272
output $screenLeft
7373
output $screenRight
74+
output $screenRight2
7475
colors {
7576
background $transparent
7677
separator #00ff00
@@ -319,18 +320,18 @@ mode "resize" {
319320
}
320321
assign [class="^Steam"] $ws5
321322

322-
# Group of 2 and 2 and 1 and 1
323-
324323
workspace $ws1 output $screenLeft
325324
workspace $ws2 output $screenLeft
325+
workspace $ws3 output $screenLeft
326326

327-
workspace $ws3 output $screenRight
328327
workspace $ws4 output $screenRight
329-
330-
# Extra space, if needed
331-
workspace $ws5 output $screenLeft
328+
workspace $ws5 output $screenRight
332329
workspace $ws6 output $screenRight
333330

331+
workspace $ws7 output $screenRight2
332+
workspace $ws8 output $screenRight2
333+
workspace $ws9 output $screenRight2
334+
334335
workspace_auto_back_and_forth yes
335336

336337
# pageup/pagedown for workspace cycle

0 commit comments

Comments
 (0)