mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
ricing tweaks
This commit is contained in:
parent
be7903cf01
commit
429240f437
6 changed files with 19 additions and 22 deletions
|
@ -10,7 +10,7 @@
|
|||
size = 10;
|
||||
};
|
||||
shell.program = "${pkgs.zsh}/bin/zsh";
|
||||
window.opacity = 0.7;
|
||||
window.opacity = 0.0;
|
||||
|
||||
colors = {
|
||||
primary = {
|
||||
|
|
|
@ -40,8 +40,8 @@ decoration {
|
|||
|
||||
rounding = 10
|
||||
blur = yes
|
||||
blur_size = 3
|
||||
blur_passes = 1
|
||||
blur_size = 4
|
||||
blur_passes = 2
|
||||
blur_new_optimizations = on
|
||||
|
||||
drop_shadow = yes
|
||||
|
@ -85,13 +85,10 @@ misc {
|
|||
swallow_regex = ^Alacritty$
|
||||
}
|
||||
|
||||
|
||||
# Example windowrule v1
|
||||
# windowrule = float, ^(kitty)$
|
||||
# Example windowrule v2
|
||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
|
||||
windowrulev2 = opacity 0.8 0.5, class:^.*$
|
||||
windowrulev2 = opacity 1.0 0.5, class:^Alacritty$
|
||||
windowrulev2 = opacity 1.0 0.5, class:^google-chrome$
|
||||
windowrulev2 = opacity 1.0 1.0, fullscreen:1
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
$mainMod = SUPER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue