Setup master layout
This commit is contained in:
parent
21391e2cbb
commit
aa1c447d41
|
@ -87,7 +87,6 @@ in with lib; {
|
||||||
}
|
}
|
||||||
|
|
||||||
master {
|
master {
|
||||||
mfact = 0.75
|
|
||||||
new_is_master = false
|
new_is_master = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -111,17 +110,21 @@ in with lib; {
|
||||||
bind = SUPER, H, movefocus, l
|
bind = SUPER, H, movefocus, l
|
||||||
bind = SUPER, L, movefocus, r
|
bind = SUPER, L, movefocus, r
|
||||||
bind = SUPER, K, movefocus, u
|
bind = SUPER, K, movefocus, u
|
||||||
|
bind = SUPER, K, layoutmsg, focusnext
|
||||||
bind = SUPER, J, movefocus, d
|
bind = SUPER, J, movefocus, d
|
||||||
|
bind = SUPER, J, layoutmsg, focusprev
|
||||||
|
|
||||||
# Move windows with mainMod + arrow keys
|
# Move windows with mainMod + arrow keys
|
||||||
bind = SUPER SHIFT, H, movewindow, l
|
bind = SUPER SHIFT, H, movewindow, l
|
||||||
bind = SUPER SHIFT, L, movewindow, r
|
bind = SUPER SHIFT, L, movewindow, r
|
||||||
bind = SUPER SHIFT, K, movewindow, u
|
bind = SUPER SHIFT, K, movewindow, u
|
||||||
|
bind = SUPER SHIFT, K, layoutmsg, swapnext
|
||||||
bind = SUPER SHIFT, J, movewindow, d
|
bind = SUPER SHIFT, J, movewindow, d
|
||||||
|
bind = SUPER SHIFT, J, layoutmsg, swapprev
|
||||||
|
|
||||||
# Switch layouts with a mode
|
# Switch layouts with a mode
|
||||||
bind = SUPER, S, submap, layout
|
bind = SUPER, S, submap, layout
|
||||||
submap=resize
|
submap=layout
|
||||||
# dwindle
|
# dwindle
|
||||||
bind = , A, exec, hyprctl keyword general:layout dwindle
|
bind = , A, exec, hyprctl keyword general:layout dwindle
|
||||||
bind = , A, submap, reset
|
bind = , A, submap, reset
|
||||||
|
|
|
@ -26,8 +26,12 @@
|
||||||
sensitivity = -0.8
|
sensitivity = -0.8
|
||||||
# accel_profile = flat
|
# accel_profile = flat
|
||||||
}
|
}
|
||||||
|
master {
|
||||||
|
mfact = 0.68
|
||||||
|
}
|
||||||
exec-once=hyprpaper
|
exec-once=hyprpaper
|
||||||
'';
|
'';
|
||||||
|
################################################################################
|
||||||
|
|
||||||
# Background
|
# Background
|
||||||
xdg.configFile."hypr/hyprpaper.conf" = {
|
xdg.configFile."hypr/hyprpaper.conf" = {
|
||||||
|
|
Loading…
Reference in New Issue