Hyprland : Allow resize with mouse
This commit is contained in:
@@ -109,12 +109,14 @@ general {
|
|||||||
# Please see https://wiki.hypr.land/Configuring/Tearing/ before you turn this on
|
# Please see https://wiki.hypr.land/Configuring/Tearing/ before you turn this on
|
||||||
allow_tearing = false
|
allow_tearing = false
|
||||||
|
|
||||||
|
resize_on_border = true
|
||||||
|
|
||||||
# layout = dwindle
|
# layout = dwindle
|
||||||
layout = hy3
|
layout = hy3
|
||||||
}
|
}
|
||||||
|
|
||||||
# Pro monitors
|
# Pro monitors
|
||||||
|
# hyperctrl monitors
|
||||||
monitorv2 {
|
monitorv2 {
|
||||||
output = desc:Najing CEC Panda FPD Technology CO. ltd 0x0056
|
output = desc:Najing CEC Panda FPD Technology CO. ltd 0x0056
|
||||||
mode = 1920x1080@60.00
|
mode = 1920x1080@60.00
|
||||||
@@ -372,10 +374,10 @@ bindl = , XF86AudioPrev, exec, playerctl previous
|
|||||||
|
|
||||||
bind = $mainMod, R,submap,resize
|
bind = $mainMod, R,submap,resize
|
||||||
submap=resize
|
submap=resize
|
||||||
bind = , right, resizeactive, 10 0
|
binde = , right, resizeactive, 10 0
|
||||||
bind = , left, resizeactive, -10 0
|
binde = , left, resizeactive, -10 0
|
||||||
bind = , up, resizeactive, 0 -10
|
binde = , up, resizeactive, 0 -10
|
||||||
bind = , down, resizeactive, 0 10
|
binde = , down, resizeactive, 0 10
|
||||||
bind = , Escape,submap,reset
|
bind = , Escape,submap,reset
|
||||||
submap=reset
|
submap=reset
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user