This commit is contained in:
Stephan Raabe
2023-10-02 14:40:43 +02:00
parent 9e22d194d8
commit 3dd14b6ffe
16 changed files with 121 additions and 113 deletions

12
hypr/conf/window.conf Normal file
View File

@@ -0,0 +1,12 @@
# -----------------------------------------------------
# General window layout and colors
# -----------------------------------------------------
general {
gaps_in = 10
gaps_out = 14
border_size = 3
col.active_border = $color11
col.inactive_border = rgba(ffffffff)
layout = dwindle
}