Files
nixos/Droidnix/assets/hyprland/conf/hyprland.conf
T
2026-03-07 22:19:57 +01:00

24 lines
640 B
Plaintext

source = ./variables.conf
# source = ./behaviour.conf
# source = ./layout.conf
source = ./animations.conf
source = ./layer-rules.conf
# source = ./window-rules.conf
source = ./monitor-rules.conf
# source = ./workspace-rules.conf
source = ./bindings.conf
source = ./exec-once.conf
general {
gaps_in = 2
gaps_out = 4
border_size = 2
# Gradient syntax: color color angle (e.g. 45deg). :contentReference[oaicite:5]{index=5}
col.active_border = $blue $green 45deg
col.inactive_border = $inactive
layout = scrolling
resize_on_border = true
extend_border_grab_area = 20 # Makes it easier to "grab" the edge
}