* 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>
19 lines
419 B
Text
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
|
|
}
|