mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-20 20:50:10 +01:00
fix 'col.
This commit is contained in:
parent
0bbb2fc138
commit
38d77338d6
1 changed files with 2 additions and 4 deletions
|
|
@ -96,10 +96,8 @@
|
|||
|
||||
border_size = 2;
|
||||
|
||||
col = {
|
||||
active_border = "rgba(33ccffee) rgba(00ff99ee) 45deg";
|
||||
inactive_border = "rgba(595959aa)";
|
||||
};
|
||||
"col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg";
|
||||
"col.inactive_border" = "rgba(595959aa)";
|
||||
|
||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||
resize_on_border = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue