39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
### -*-conf-space-*- ###
|
|
# Tie Fighter Workspace Settings #
|
|
### ###
|
|
|
|
# This file defines the workspaces and creates the keybinds to switch
|
|
# between them and move containers around between them. This version
|
|
# is for "tie-fighter" systems (one horizontal central display flanked
|
|
# by two vertical displays). The host-specific display-arrangement.conf
|
|
# file should declare the $leftdisplay, $centerdisplay, and $rightdisplay
|
|
# variables used here.
|
|
|
|
workspace {
|
|
# Left monitor workspaces
|
|
1 output $leftdisplay
|
|
2 output $leftdisplay
|
|
3 output $leftdisplay
|
|
4 output $leftdisplay
|
|
5 output $leftdisplay
|
|
|
|
# Center monitor workspaces
|
|
6 output $centerdisplay
|
|
7 output $centerdisplay
|
|
8 output $centerdisplay
|
|
9 output $centerdisplay
|
|
10 output $centerdisplay
|
|
11 output $centerdisplay
|
|
12 output $centerdisplay
|
|
13 output $centerdisplay
|
|
14 output $centerdisplay
|
|
15 output $centerdisplay
|
|
|
|
# Right monitor workspaces
|
|
16 output $rightdisplay
|
|
17 output $rightdisplay
|
|
18 output $rightdisplay
|
|
19 output $rightdisplay
|
|
20 output $rightdisplay
|
|
}
|