dots/hypr/basics.conf
2024-11-17 18:23:10 +01:00

63 lines
1.2 KiB
Text

# General Hyprland settings
general {
gaps_in = 5
gaps_out = 10 #20
border_size = 2 # 2
col.active_border = rgba(0168ceee) rgba(015ebaee) 45deg
# col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa)
layout = dwindle
allow_tearing = true
}
# Window decorations
decoration {
rounding = 2 #4 # 5
blur {
# Disable blur for battery saving
enabled = false # true
size = 3
passes = 1
}
shadow {
enabled = yes
range = 4
render_power = 3
color = rgba(1a1a1aee)
}
}
# Window animations
animations {
enabled = yes # yes
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
animation = windows, 1, 7, myBezier
animation = windowsOut, 1, 7, default, popin 80%
animation = border, 1, 10, default
animation = borderangle, 1, 8, default
animation = fade, 1, 7, default
animation = workspaces, 1, 6, default
}
# Dwindle layout
dwindle {
pseudotile = yes
preserve_split = yes
}
master {
new_status = master
}
gestures {
workspace_swipe = true
workspace_swipe_forever = true
workspace_swipe_min_speed_to_force = 5
workspace_swipe_distance = 400
workspace_swipe_direction_lock = false
}