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
|
## General
|
||||||
* [ ] Security hardening / scans / etc
|
* [ ] Security hardening / scans / etc
|
||||||
* [ ] Where possible, convert cronjobs to systemd services / timers
|
|
||||||
|
|
||||||
## Home-Manager
|
## Home-Manager
|
||||||
* [ ] Figure out what the home-manager `account` options are for.
|
* [ ] Figure out what the home-manager `account` options are for.
|
||||||
|
|
|
@ -21,14 +21,14 @@
|
||||||
settings = {
|
settings = {
|
||||||
layerrule = [
|
layerrule = [
|
||||||
"blur, waybar"
|
"blur, waybar"
|
||||||
|
"blur, rofi"
|
||||||
"blur, notifications"
|
"blur, notifications"
|
||||||
"ignorezero, notifications"
|
"ignorezero, notifications"
|
||||||
"blur, rofi"
|
|
||||||
];
|
];
|
||||||
xwayland.force_zero_scaling = true;
|
xwayland.force_zero_scaling = false;
|
||||||
general = {
|
general = {
|
||||||
gaps_in = "8";
|
gaps_in = "5";
|
||||||
gaps_out = "8";
|
gaps_out = "10";
|
||||||
border_size = "1";
|
border_size = "1";
|
||||||
resize_on_border = "true";
|
resize_on_border = "true";
|
||||||
extend_border_grab_area = "15";
|
extend_border_grab_area = "15";
|
||||||
|
@ -58,15 +58,15 @@
|
||||||
key_press_enables_dpms = true;
|
key_press_enables_dpms = true;
|
||||||
};
|
};
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 2;
|
rounding = 3;
|
||||||
active_opacity = 0.8;
|
active_opacity = 0.75;
|
||||||
inactive_opacity = 0.6;
|
inactive_opacity = 0.6;
|
||||||
fullscreen_opacity = 1.0;
|
fullscreen_opacity = 1.0;
|
||||||
drop_shadow = true;
|
drop_shadow = true;
|
||||||
shadow_range = 4;
|
shadow_range = 4;
|
||||||
shadow_render_power = 3;
|
shadow_render_power = 3;
|
||||||
blur = {
|
blur = {
|
||||||
size = 8;
|
size = 6;
|
||||||
passes = 3;
|
passes = 3;
|
||||||
ignore_opacity = true;
|
ignore_opacity = true;
|
||||||
};
|
};
|
||||||
|
@ -97,8 +97,8 @@
|
||||||
"opacity 1.0 override,^(steam)$" # Sets opacity to 1
|
"opacity 1.0 override,^(steam)$" # Sets opacity to 1
|
||||||
"noblur,^(codium)$" # disables blur for codium
|
"noblur,^(codium)$" # disables blur for codium
|
||||||
"opacity 0.9 override,^(codium)$" # Sets opacity to 1
|
"opacity 0.9 override,^(codium)$" # Sets opacity to 1
|
||||||
# "stayfocused, title:^()$,class:^(steam)$"
|
"stayfocused, title:^()$,class:^(steam)$"
|
||||||
# "minsize 1 1, title:^()$,class:^(steam)$"
|
"minsize 1 1, title:^()$,class:^(steam)$"
|
||||||
|
|
||||||
];
|
];
|
||||||
bind = [
|
bind = [
|
||||||
|
|
Loading…
Reference in a new issue