some hyprland adjustments
This commit is contained in:
parent
f855316333
commit
32a9ebcb99
|
@ -53,6 +53,8 @@
|
||||||
|
|
||||||
gestures = {
|
gestures = {
|
||||||
workspace_swipe = true;
|
workspace_swipe = true;
|
||||||
|
workspace_swipe_forever = true;
|
||||||
|
workspace_swipe_distance = 200;
|
||||||
};
|
};
|
||||||
|
|
||||||
bind = [
|
bind = [
|
||||||
|
@ -167,6 +169,11 @@
|
||||||
kb_options = "grp:alt_shift_toggle";
|
kb_options = "grp:alt_shift_toggle";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
device = {
|
||||||
|
name= "at-translated-set-2-keyboard";
|
||||||
|
repeat_rate = "50";
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue