fix hypr gestures
This commit is contained in:
@@ -187,19 +187,19 @@ in {
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# gestures = {
|
gestures = {
|
||||||
# workspace_swipe = true;
|
workspace_swipe_distance = "300";
|
||||||
# workspace_swipe_fingers = "4";
|
# workspace_swipe_touch = true;
|
||||||
# workspace_swipe_distance = "300";
|
workspace_swipe_invert = true;
|
||||||
# workspace_swipe_invert = true;
|
# workspace_swipe_touch_invert = true;
|
||||||
# workspace_swipe_min_speed_to_force = "30";
|
workspace_swipe_min_speed_to_force = "30";
|
||||||
# workspace_swipe_cancel_ratio = "0.5";
|
workspace_swipe_cancel_ratio = "0.5";
|
||||||
# workspace_swipe_create_new = false;
|
workspace_swipe_create_new = false;
|
||||||
# workspace_swipe_direction_lock = false;
|
workspace_swipe_direction_lock = false;
|
||||||
# workspace_swipe_direction_lock_threshold = "10";
|
workspace_swipe_direction_lock_threshold = "10";
|
||||||
# workspace_swipe_forever = true;
|
workspace_swipe_forever = true;
|
||||||
# workspace_swipe_use_r = false;
|
workspace_swipe_use_r = false;
|
||||||
# };
|
};
|
||||||
|
|
||||||
|
|
||||||
gesture = [
|
gesture = [
|
||||||
@@ -232,6 +232,7 @@ in {
|
|||||||
"fcitx5"
|
"fcitx5"
|
||||||
# "ibus engine xkb:de::deu"
|
# "ibus engine xkb:de::deu"
|
||||||
"libinput-gestures"
|
"libinput-gestures"
|
||||||
|
"systemctl --user start hyprpanel"
|
||||||
# "hyprswitch --daemon"
|
# "hyprswitch --daemon"
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -491,6 +492,10 @@ in {
|
|||||||
# "SUPER, TAB, exec, hyprswitch --daemon --do-initial-execute"
|
# "SUPER, TAB, exec, hyprswitch --daemon --do-initial-execute"
|
||||||
"SUPER, Next, resizeactive, 10% 10%"
|
"SUPER, Next, resizeactive, 10% 10%"
|
||||||
"SUPER, Prior, resizeactive, -10% -10%"
|
"SUPER, Prior, resizeactive, -10% -10%"
|
||||||
|
"SUPER ALT, j, resizeactive, 0% 10%"
|
||||||
|
"SUPER ALT, k, resizeactive, 0% -10%"
|
||||||
|
"SUPER ALT, l, resizeactive, 10% -10%"
|
||||||
|
"SUPER ALT, h, resizeactive, -10% 0%"
|
||||||
];
|
];
|
||||||
plugin = {
|
plugin = {
|
||||||
overview = {
|
overview = {
|
||||||
|
|||||||
Reference in New Issue
Block a user