dots/hypr/basics.conf

64 lines
1.2 KiB
Text
Raw Normal View History

# General Hyprland settings
general {
gaps_in = 5
gaps_out = 10 #20
2024-11-11 23:41:16 +00:00
border_size = 2 # 2
2024-11-17 17:23:10 +00:00
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 {
2024-11-17 17:23:10 +00:00
rounding = 2 #4 # 5
blur {
# Disable blur for battery saving
2024-11-11 23:41:16 +00:00
enabled = false # true
size = 3
passes = 1
}
2024-11-11 23:41:16 +00:00
shadow {
enabled = yes
range = 4
render_power = 3
color = rgba(1a1a1aee)
}
}
# Window animations
animations {
2024-11-11 23:41:16 +00:00
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 {
2024-06-24 19:05:44 +00:00
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
}