2024-11-14 16:52 : id 135
This commit is contained in:
parent
781284544c
commit
6812848938
@ -265,6 +265,9 @@ in
|
||||
windowManager = {
|
||||
hyprland = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
|
||||
];
|
||||
extraConfig = ''
|
||||
exec-once="waybar";
|
||||
exec-once="dunst";
|
||||
@ -275,6 +278,13 @@ in
|
||||
'';
|
||||
settings = {
|
||||
"$mod" = "SUPER";
|
||||
plugins = {
|
||||
borders-plus-plus = {
|
||||
add_border = 1;
|
||||
col.border_1 = "rgb(${FG})";
|
||||
natural_rounding = "yes";
|
||||
};
|
||||
};
|
||||
general = {
|
||||
gaps_in = "${GAPS_IN}";
|
||||
gaps_out = "${GAPS_OUT}";
|
||||
|
Loading…
x
Reference in New Issue
Block a user