fix hyprland config
This commit is contained in:
parent
63ea6122f8
commit
90f024f7e8
|
@ -22,8 +22,7 @@
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
kb_layout = "us,fr";
|
kb_layout = "us,fr";
|
||||||
kb_options ="grp:alt_shift_toggle";
|
kb_options ="grp:alt_shift_toggle,caps:swapescape";
|
||||||
kb_options = "caps:swapescape";
|
|
||||||
numlock_by_default = true;
|
numlock_by_default = true;
|
||||||
follow_mouse = 1;
|
follow_mouse = 1;
|
||||||
sensitivity = 0;
|
sensitivity = 0;
|
||||||
|
@ -65,7 +64,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
master = {
|
master = {
|
||||||
# new_is_master = true;
|
new_status = "master";
|
||||||
special_scale_factor = 1;
|
special_scale_factor = 1;
|
||||||
no_gaps_when_only = false;
|
no_gaps_when_only = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue