enable headless screen for sharing
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
input type:tablet_tool map_to_region 2560 0 2560 1440
|
||||
|
||||
# output
|
||||
output DP-1 resolution 5120x1440
|
||||
exec create_output HEADLESS-1
|
||||
output DP-1 resolution 5120x1440 position 0 0
|
||||
output HEADLESS-1 resolution 2560x1440 position 5120 0
|
||||
bindsym $mod+x output create HEADLESS-1
|
||||
bindsym $mod+Shift+x output HEADLESS-1 unplug
|
||||
|
||||
# workspaces
|
||||
bindsym {
|
||||
@@ -17,6 +21,7 @@ bindsym {
|
||||
$mod+8 workspace $ws8
|
||||
$mod+9 workspace $ws9
|
||||
$mod+0 workspace $ws10
|
||||
$mod+equal workspace $wsX
|
||||
|
||||
# Move focused container to workspace
|
||||
$mod+Shift+1 move container to workspace $ws1
|
||||
@@ -29,4 +34,5 @@ bindsym {
|
||||
$mod+Shift+8 move container to workspace $ws8
|
||||
$mod+Shift+9 move container to workspace $ws9
|
||||
$mod+Shift+0 move container to workspace $ws10
|
||||
$mod+plus move container to workspace $wsX
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user