update hyprland on laptop
This commit is contained in:
parent
382e57316a
commit
4ef5779c9a
2 changed files with 9 additions and 10 deletions
|
@ -53,7 +53,6 @@ nix develop -c /etc/nixos/git/docs/setup.sh
|
|||
|
||||
## General
|
||||
* [ ] Security hardening / scans / etc
|
||||
* [ ] Where possible, convert cronjobs to systemd services / timers
|
||||
|
||||
## Home-Manager
|
||||
* [ ] Figure out what the home-manager `account` options are for.
|
||||
|
|
|
@ -21,14 +21,14 @@
|
|||
settings = {
|
||||
layerrule = [
|
||||
"blur, waybar"
|
||||
"blur, rofi"
|
||||
"blur, notifications"
|
||||
"ignorezero, notifications"
|
||||
"blur, rofi"
|
||||
];
|
||||
xwayland.force_zero_scaling = true;
|
||||
xwayland.force_zero_scaling = false;
|
||||
general = {
|
||||
gaps_in = "8";
|
||||
gaps_out = "8";
|
||||
gaps_in = "5";
|
||||
gaps_out = "10";
|
||||
border_size = "1";
|
||||
resize_on_border = "true";
|
||||
extend_border_grab_area = "15";
|
||||
|
@ -58,15 +58,15 @@
|
|||
key_press_enables_dpms = true;
|
||||
};
|
||||
decoration = {
|
||||
rounding = 2;
|
||||
active_opacity = 0.8;
|
||||
rounding = 3;
|
||||
active_opacity = 0.75;
|
||||
inactive_opacity = 0.6;
|
||||
fullscreen_opacity = 1.0;
|
||||
drop_shadow = true;
|
||||
shadow_range = 4;
|
||||
shadow_render_power = 3;
|
||||
blur = {
|
||||
size = 8;
|
||||
size = 6;
|
||||
passes = 3;
|
||||
ignore_opacity = true;
|
||||
};
|
||||
|
@ -97,8 +97,8 @@
|
|||
"opacity 1.0 override,^(steam)$" # Sets opacity to 1
|
||||
"noblur,^(codium)$" # disables blur for codium
|
||||
"opacity 0.9 override,^(codium)$" # Sets opacity to 1
|
||||
# "stayfocused, title:^()$,class:^(steam)$"
|
||||
# "minsize 1 1, title:^()$,class:^(steam)$"
|
||||
"stayfocused, title:^()$,class:^(steam)$"
|
||||
"minsize 1 1, title:^()$,class:^(steam)$"
|
||||
|
||||
];
|
||||
bind = [
|
||||
|
|
Loading…
Reference in a new issue