refactor(hyprland): clean up Hyprland configuration
This commit is contained in:
parent
0f6e372345
commit
6581396ed3
@ -50,7 +50,7 @@ in {
|
|||||||
input = {
|
input = {
|
||||||
kb_layout = "fr";
|
kb_layout = "fr";
|
||||||
kb_variant = "bepo_afnor";
|
kb_variant = "bepo_afnor";
|
||||||
kb_options = "caps:ctrl_modifier";
|
# kb_options = "caps:ctrl_modifier";
|
||||||
numlock_by_default = true;
|
numlock_by_default = true;
|
||||||
follow_mouse = 1;
|
follow_mouse = 1;
|
||||||
touchpad.natural_scroll = false;
|
touchpad.natural_scroll = false;
|
||||||
@ -77,21 +77,11 @@ in {
|
|||||||
new_status = "inherit";
|
new_status = "inherit";
|
||||||
};
|
};
|
||||||
workspace = [
|
workspace = [
|
||||||
"2, layoutopt:orientation:bottom"
|
"4, layoutopt:orientation:bottom"
|
||||||
|
"1, layoutopt:orientation:bottom"
|
||||||
];
|
];
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 5;
|
rounding = 5;
|
||||||
# blur = {
|
|
||||||
# enable = true;
|
|
||||||
# size = 9;
|
|
||||||
# passes = 1;
|
|
||||||
# };
|
|
||||||
# shadow = {
|
|
||||||
# enable = true;
|
|
||||||
# color = "rgba(2e3440aa)";
|
|
||||||
# range = 4;
|
|
||||||
# render_power = 3;
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
animations = {
|
animations = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user