fixing old hyprland pieces
This commit is contained in:
parent
b4b82b6b50
commit
d3eec7b92b
|
@ -7,9 +7,9 @@ in
|
||||||
home.file.".config/hypr/hyprpaper.conf" = {
|
home.file.".config/hypr/hyprpaper.conf" = {
|
||||||
source = if laptop then /home/chris/.dotfiles/.config/hypr/hyprpaper.conf else /home/chris/.dotfiles/.config/hypr/hyprpaper.conf;
|
source = if laptop then /home/chris/.dotfiles/.config/hypr/hyprpaper.conf else /home/chris/.dotfiles/.config/hypr/hyprpaper.conf;
|
||||||
};
|
};
|
||||||
home.file.".config/hypr/hyprsome" = {
|
# home.file.".config/hypr/hyprsome" = {
|
||||||
source = if laptop then /home/chris/.dotfiles/.config/hypr/hyprsome else /home/chris/.dotfiles/.config/hypr/hyprsome;
|
# source = if laptop then /home/chris/.dotfiles/.config/hypr/hyprsome else /home/chris/.dotfiles/.config/hypr/hyprsome;
|
||||||
};
|
# };
|
||||||
|
|
||||||
home.file.".config/hypr/hyprland.conf" = {
|
home.file.".config/hypr/hyprland.conf" = {
|
||||||
text = ''
|
text = ''
|
||||||
|
@ -36,6 +36,7 @@ in
|
||||||
accel_profile=adaptive
|
accel_profile=adaptive
|
||||||
|
|
||||||
follow_mouse=2
|
follow_mouse=2
|
||||||
|
float_switch_override_focus=0
|
||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
natural_scroll=1
|
natural_scroll=1
|
||||||
|
@ -68,14 +69,14 @@ in
|
||||||
active_opacity=0.97
|
active_opacity=0.97
|
||||||
inactive_opacity=0.75
|
inactive_opacity=0.75
|
||||||
fullscreen_opacity=1.0
|
fullscreen_opacity=1.0
|
||||||
blur=true
|
|
||||||
blur_new_optimizations=true
|
blur {
|
||||||
blur_size=10 # minimum 1
|
enabled=true
|
||||||
blur_passes=3 # minimum 1, more passes = more resource intensive.
|
size=10 # minimum 1
|
||||||
blur_ignore_opacity=false
|
passes=3 # minimum 1, more passes = more resource intensive.
|
||||||
# Your blur "amount" is blur_size * blur_passes, but high blur_size (over around 5-ish) will produce artifacts.
|
new_optimizations=true
|
||||||
# if you want heavy blur, you need to up the blur_passes.
|
ignore_opacity=false
|
||||||
# the more passes, the more you can up the blur_size without noticing artifacts.
|
}
|
||||||
|
|
||||||
drop_shadow=true
|
drop_shadow=true
|
||||||
shadow_range=15
|
shadow_range=15
|
||||||
|
|
Loading…
Reference in a new issue