Style hyprland
This commit is contained in:
@@ -54,6 +54,15 @@ in {
|
||||
enable_stdout_logs = true;
|
||||
};
|
||||
|
||||
general = {
|
||||
"col.inactive_border" = lib.mkForce "rgba(00000000)";
|
||||
};
|
||||
|
||||
decoration = lib.mkDefault {
|
||||
inactive_opacity = .95;
|
||||
border_part_of_window = false;
|
||||
};
|
||||
|
||||
misc = {
|
||||
focus_on_activate = true;
|
||||
};
|
||||
@@ -92,6 +101,7 @@ in {
|
||||
"float, title:(pulsemixer)"
|
||||
"float, title:(clipse)"
|
||||
"size 622 652, title:(clipse)"
|
||||
"rounding 0, focus:1"
|
||||
];
|
||||
|
||||
exec-once = lib.mkBefore [
|
||||
|
||||
Reference in New Issue
Block a user