caelestia/hypr/hyprland/general.conf
Laurens Duin c0414f1b81
hypr: extract hypr config to overrideable variables (#76)
* feat: wip basic variable structure

* chore: wip add more variables

* chore: more variables :0

* more

* fixes + move a lot of stuff into individual files

Move all stuff in hyprland.conf into individual files
Shorten long variable names
Fix hypridle
Fix group border colour
Add cursor theme and size vars

* remove unnecessary stuff

---------

Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-08-09 15:23:01 +10:00

19 lines
419 B
Text

general {
layout = dwindle
allow_tearing = false # Allows `immediate` window rule to work
gaps_workspaces = $workspaceGaps
gaps_in = $windowGapsIn
gaps_out = $windowGapsOut
border_size = $windowBorderSize
col.active_border = $activeWindowBorderColour
col.inactive_border = $inactiveWindowBorderColour
}
dwindle {
preserve_split = true
smart_split = false
smart_resizing = true
}