Default to visible third column in scrolling mode but suggest how to make it one
This commit is contained in:
@@ -32,3 +32,9 @@ layout {
|
|||||||
# Avoid overly wide single-window layouts on wide screens
|
# Avoid overly wide single-window layouts on wide screens
|
||||||
# single_window_aspect_ratio = 1 1
|
# single_window_aspect_ratio = 1 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# https://wiki.hypr.land/Configuring/Layouts/Scrolling-Layout/
|
||||||
|
scrolling {
|
||||||
|
# See only one column per screen instead of two
|
||||||
|
# column_width = 0.97
|
||||||
|
}
|
||||||
|
|||||||
@@ -113,6 +113,10 @@ dwindle {
|
|||||||
force_split = 2 # Always split on the right
|
force_split = 2 # Always split on the right
|
||||||
}
|
}
|
||||||
|
|
||||||
|
scrolling {
|
||||||
|
column_width = 0.47
|
||||||
|
}
|
||||||
|
|
||||||
# See https://wiki.hypr.land/Configuring/Layouts/Master-Layout/ for more
|
# See https://wiki.hypr.land/Configuring/Layouts/Master-Layout/ for more
|
||||||
master {
|
master {
|
||||||
new_status = master
|
new_status = master
|
||||||
|
|||||||
Reference in New Issue
Block a user