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