hyprland changes
This commit is contained in:
parent
76396da7ba
commit
ef5252e13c
2 changed files with 8 additions and 8 deletions
|
@ -223,9 +223,9 @@ in {
|
||||||
"stayfocused, class:^rofi-"
|
"stayfocused, class:^rofi-"
|
||||||
|
|
||||||
# workspace moving
|
# workspace moving
|
||||||
"workspace 1, class:^firefox"
|
"workspace 1 silent, class:^firefox"
|
||||||
"workspace 2, class:code-url-handler"
|
"workspace 2 silent, class:code-url-handler"
|
||||||
"workspace 4, class:vesktop"
|
"workspace 4 silent, class:vesktop"
|
||||||
];
|
];
|
||||||
|
|
||||||
blurls = [
|
blurls = [
|
||||||
|
@ -249,9 +249,9 @@ in {
|
||||||
popups = true;
|
popups = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
drop_shadow = false;
|
drop_shadow = true;
|
||||||
#shadow_range = 4;
|
shadow_range = 4;
|
||||||
#shadow_render_power = 3;
|
shadow_render_power = 3;
|
||||||
};
|
};
|
||||||
|
|
||||||
animations = {
|
animations = {
|
||||||
|
|
|
@ -73,8 +73,8 @@ in {
|
||||||
col.inactive_border=$surface0
|
col.inactive_border=$surface0
|
||||||
}
|
}
|
||||||
decoration {
|
decoration {
|
||||||
col.shadow=$surface0
|
col.shadow=$crust
|
||||||
col.shadow_inactive=$surface0
|
col.shadow_inactive=$crust
|
||||||
}
|
}
|
||||||
misc {
|
misc {
|
||||||
background_color=$crust
|
background_color=$crust
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue