Added labwc config

This commit is contained in:
2025-05-01 21:26:17 -05:00
parent 674fb8e632
commit a68bf4057e
11 changed files with 203 additions and 25 deletions
+12 -17
View File
@@ -1,8 +1,8 @@
#---GENERAL---#
general {
gaps_in = 3
gaps_out = 10
gaps_in = 0
gaps_out = 0
border_size = 3
col.active_border = rgba(99bbffff)
@@ -14,6 +14,7 @@ general {
misc {
force_default_wallpaper = 0
disable_hyprland_logo = true
vfr = true
}
gestures {
workspace_swipe = false
@@ -23,19 +24,13 @@ gestures {
#---DECORATION---#
decoration {
rounding = 5
rounding = 0
active_opacity = 1.0
inactive_opacity = 1.0
#drop_shadow = true
#shadow_range = 4
#shadow_render_power = 3
#col.shadow = rgba(1a1a1aee)
shadow:enabled = true
shadow:range = 4
blur {
enabled = true
size = 3
passes = 3
vibrancy = 0.1696
enabled = true
}
}
@@ -57,9 +52,9 @@ dwindle {
#----RENDER----#
#render {
#explicit_sync = 1
#explicit_sync_kms = 1
#direct_scanout = true
#}
render {
explicit_sync = 1
explicit_sync_kms = 1
direct_scanout = true
}