[hyprland] switch to scrolling layout
This commit is contained in:
@@ -111,8 +111,27 @@ general {
|
||||
|
||||
resize_on_border = true
|
||||
|
||||
# layout = dwindle
|
||||
layout = hy3
|
||||
layout = scrolling
|
||||
#layout = hy3
|
||||
#layout = master
|
||||
|
||||
|
||||
}
|
||||
|
||||
master {
|
||||
allow_small_split = true
|
||||
special_scale_factor = .80
|
||||
mfact = .34
|
||||
orientation = center
|
||||
}
|
||||
|
||||
dwindle {
|
||||
split_width_multiplier = .33
|
||||
}
|
||||
|
||||
scrolling {
|
||||
column_width = .33
|
||||
fullscreen_on_one_column = false
|
||||
}
|
||||
|
||||
# Pro monitors
|
||||
@@ -316,15 +335,25 @@ bind = $mainMod SHIFT, code:19, movetoworkspace, 10
|
||||
bind = $mainMod SHIFT, code:20, movetoworkspace, 11
|
||||
bind = $mainMod SHIFT, code:21, movetoworkspace, 12
|
||||
|
||||
bind = $mainMod, left, hy3:movefocus, l
|
||||
bind = $mainMod, right, hy3:movefocus, r
|
||||
bind = $mainMod, up, hy3:movefocus, u
|
||||
bind = $mainMod, down, hy3:movefocus, d
|
||||
#bind = $mainMod, left, hy3:movefocus, l
|
||||
#bind = $mainMod, right, hy3:movefocus, r
|
||||
#bind = $mainMod, up, hy3:movefocus, u
|
||||
#bind = $mainMod, down, hy3:movefocus, d
|
||||
#
|
||||
#bind = $mainMod SHIFT, left, hy3:movewindow, l
|
||||
#bind = $mainMod SHIFT, right, hy3:movewindow, r
|
||||
#bind = $mainMod SHIFT, up, hy3:movewindow, u
|
||||
#bind = $mainMod SHIFT, down, hy3:movewindow, d
|
||||
|
||||
bind = $mainMod SHIFT, left, hy3:movewindow, l
|
||||
bind = $mainMod SHIFT, right, hy3:movewindow, r
|
||||
bind = $mainMod SHIFT, up, hy3:movewindow, u
|
||||
bind = $mainMod SHIFT, down, hy3:movewindow, d
|
||||
bind = $mainMod, left, movefocus, l
|
||||
bind = $mainMod, right, movefocus, r
|
||||
bind = $mainMod, up, movefocus, u
|
||||
bind = $mainMod, down, movefocus, d
|
||||
|
||||
bind = $mainMod SHIFT, left, movewindow, l
|
||||
bind = $mainMod SHIFT, right, movewindow, r
|
||||
bind = $mainMod SHIFT, up, movewindow, u
|
||||
bind = $mainMod SHIFT, down, movewindow, d
|
||||
|
||||
bind = $mainMod SHIFT CTRL, right, movecurrentworkspacetomonitor, r
|
||||
bind = $mainMod SHIFT CTRL, left, movecurrentworkspacetomonitor, l
|
||||
@@ -337,8 +366,8 @@ bind = $mainMod, L, exec, hyprlock
|
||||
bind = $mainMod, S, togglespecialworkspace, magic
|
||||
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||
|
||||
bind = $mainMod, V, hy3:makegroup, v
|
||||
bind = $mainMod, H, hy3:makegroup, h
|
||||
#bind = $mainMod, V, hy3:makegroup, v
|
||||
#bind = $mainMod, H, hy3:makegroup, h
|
||||
|
||||
# Scroll through existing workspaces with mainMod + scroll
|
||||
bind = $mainMod, mouse_down, workspace, e+1
|
||||
|
||||
Reference in New Issue
Block a user