Make screen assignments configurable

This commit is contained in:
2018-08-20 09:06:42 +02:00
parent 16d9da71c5
commit 63efb3e46d
2 changed files with 22 additions and 10 deletions

View File

@@ -5,3 +5,15 @@ git_gpg_sign: false
gpg_agent: false gpg_agent: false
ssh_agent: false ssh_agent: false
terminal_binary: urxvt terminal_binary: urxvt
screen:
1: DP-1-1
2: DP-1-1
3: DP-1-2
4: DP-1-2
5: DP-1-2
6: DP-1-2
7: eDP-1
8: eDP-1
9: eDP-1
0: eDP-1

View File

@@ -98,16 +98,16 @@
### WORKSPACE ASSIGNMENTS ###################################################### ### WORKSPACE ASSIGNMENTS ######################################################
################################################################################ ################################################################################
workspace $workspace1 output HDMI3 workspace $workspace1 output {{ machine.screen.1 }}
workspace $workspace2 output HDMI3 workspace $workspace2 output {{ machine.screen.2 }}
workspace $workspace3 output HDMI2 workspace $workspace3 output {{ machine.screen.3 }}
workspace $workspace4 output HDMI2 workspace $workspace4 output {{ machine.screen.4 }}
workspace $workspace5 output HDMI2 workspace $workspace5 output {{ machine.screen.5 }}
workspace $workspace6 output HDMI2 workspace $workspace6 output {{ machine.screen.6 }}
workspace $workspace7 output LVDS1 workspace $workspace7 output {{ machine.screen.7 }}
workspace $workspace8 output LVDS1 workspace $workspace8 output {{ machine.screen.8 }}
workspace $workspace9 output LVDS1 workspace $workspace9 output {{ machine.screen.9 }}
workspace $workspace10 output LVDS1 workspace $workspace10 output {{ machine.screen.0 }}
assign [class="^Keepassx$"] $workspace8 assign [class="^Keepassx$"] $workspace8