mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-06 20:38:24 +02:00
setup hypr git repo
This commit is contained in:
@@ -0,0 +1,71 @@
|
||||
input {
|
||||
kb_layout = us
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options = fkeys:basic_13-24
|
||||
kb_rules =
|
||||
sensitivity = 0
|
||||
accel_profile = flat
|
||||
follow_mouse = 1
|
||||
}
|
||||
|
||||
general {
|
||||
gaps_in = 4
|
||||
gaps_out = 6
|
||||
border_size = 3
|
||||
col.active_border = $sky $teal $green $blue $lavender 90deg
|
||||
col.inactive_border = $crust 90deg
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 5
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 25
|
||||
render_power = 5
|
||||
color = $base
|
||||
color_inactive = $mantle
|
||||
}
|
||||
blur {
|
||||
enabled = true
|
||||
size = 2
|
||||
passes = 3
|
||||
new_optimizations = on
|
||||
ignore_opacity = true
|
||||
contrast = 1.0
|
||||
brightness = 1.0
|
||||
vibrancy = 0
|
||||
vibrancy_darkness = 0
|
||||
xray = false
|
||||
noise = 0.05
|
||||
popups = true
|
||||
input_methods = true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled = 1
|
||||
bezier = overshot,0.13,0.99,0.29,1.1
|
||||
animation = windows,1,4,overshot,slide
|
||||
animation = border,1,10,default
|
||||
animation = fade,1,10,default
|
||||
animation = workspaces,1,6,overshot,slidevert
|
||||
}
|
||||
|
||||
dwindle { #laptop specific
|
||||
pseudotile = true
|
||||
preserve_split = true
|
||||
}
|
||||
|
||||
ecosystem {
|
||||
no_update_news = true
|
||||
}
|
||||
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
}
|
||||
|
||||
debug {
|
||||
full_cm_proto = true
|
||||
}
|
||||
Reference in New Issue
Block a user