workspaces: Set output screen of workspaces
This commit is contained in:
parent
ae8de34f69
commit
02a9c36940
1 changed files with 16 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Workspace setup
|
||||
# Setup workspaces
|
||||
#
|
||||
set $ws0 "0"
|
||||
set $ws1 "1"
|
||||
|
@ -15,6 +15,21 @@ set $ws10 "10"
|
|||
set $ws11 "11"
|
||||
set $ws12 "12"
|
||||
|
||||
# Bin workspaces to specific screens
|
||||
workspace $ws0 output $screen0
|
||||
workspace $ws1 output $screen0
|
||||
workspace $ws2 output $screen0
|
||||
workspace $ws3 output $screen0
|
||||
workspace $ws4 output $screen0
|
||||
workspace $ws5 output $screen0
|
||||
workspace $ws6 output $screen1
|
||||
workspace $ws7 output $screen1
|
||||
workspace $ws8 output $screen1
|
||||
workspace $ws9 output $screen1
|
||||
workspace $ws10 output $screen1
|
||||
workspace $ws11 output $screen1
|
||||
workspace $ws12 output $screen1
|
||||
|
||||
# Switch to workspace
|
||||
bindsym $mod+grave workspace number $ws0
|
||||
bindsym $mod+1 workspace number $ws1
|
||||
|
|
Loading…
Add table
Reference in a new issue