Initial commit

This commit is contained in:
2025-04-30 04:59:01 -05:00
commit 7274197b00
58 changed files with 8010 additions and 0 deletions
+65
View File
@@ -0,0 +1,65 @@
#---GENERAL---#
general {
gaps_in = 3
gaps_out = 10
border_size = 3
col.active_border = rgba(99bbffff)
col.inactive_border = rgba(414141FF)
resize_on_border = true
allow_tearing = true
layout = master
}
misc {
force_default_wallpaper = 0
disable_hyprland_logo = true
}
gestures {
workspace_swipe = false
}
#---DECORATION---#
decoration {
rounding = 5
active_opacity = 1.0
inactive_opacity = 1.0
#drop_shadow = true
#shadow_range = 4
#shadow_render_power = 3
#col.shadow = rgba(1a1a1aee)
blur {
enabled = true
size = 3
passes = 3
vibrancy = 0.1696
}
}
#---ANIMATIONS---#
animations {
enabled = false
animation = windows, 0, 8, default
animation = workspaces, 0, 8, default, slide
animation = workspaces, 1, 5, default, slidevert
animation = layersIn, 1, 3, default, slide
animation = fade, 0, 0, none
}
dwindle {
pseudotile = true
preserve_split = true
}
#----RENDER----#
#render {
#explicit_sync = 1
#explicit_sync_kms = 1
#direct_scanout = true
#}