feat(hypr): better navigation
This commit is contained in:
@@ -43,10 +43,10 @@
|
|||||||
"SUPER, L, Move focus right, movefocus, r"
|
"SUPER, L, Move focus right, movefocus, r"
|
||||||
|
|
||||||
# move window
|
# move window
|
||||||
"SUPER SHIFT, h, Move window left, movewindow, l"
|
"SUPER SHIFT, h, Move window left, swapwindow, l"
|
||||||
"SUPER SHIFT, j, Move window down, movewindow, d"
|
"SUPER SHIFT, j, Move window down, swapwindow, d"
|
||||||
"SUPER SHIFT, k, Move window up, movewindow, u"
|
"SUPER SHIFT, k, Move window up, swapwindow, u"
|
||||||
"SUPER SHIFT, l, Move window right, movewindow, r"
|
"SUPER SHIFT, l, Move window right, swapwindow, r"
|
||||||
|
|
||||||
# fullscreen
|
# fullscreen
|
||||||
"SUPER, F, Toggle Fullscreen, fullscreen, 0"
|
"SUPER, F, Toggle Fullscreen, fullscreen, 0"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
dwindle = {
|
dwindle = {
|
||||||
pseudotile = true;
|
pseudotile = true;
|
||||||
preserve_split = true;
|
preserve_split = true;
|
||||||
force_split = 2;
|
smart_split = true;
|
||||||
};
|
};
|
||||||
master = {
|
master = {
|
||||||
new_status = "master";
|
new_status = "master";
|
||||||
|
|||||||
Reference in New Issue
Block a user