Binding changes, adjust window rules for newer hyprland version

This commit is contained in:
2026-03-19 11:26:39 +01:00
parent b257feb92a
commit 1b4cbcbec4
7 changed files with 45 additions and 30 deletions

View File

@@ -28,7 +28,7 @@ scrollbar {
0 15px 12px rgba(0, 0, 0, 0.22);
background: @background-t0;
padding: 12px;
border: var(--border);
border: var(--border-thick);
border-radius: var(--border-radius);
}
@@ -41,7 +41,7 @@ scrollbar {
}
.search-container {
border: var(--border);
border: var(--border-thick);
border-radius: var(--border-radius);
}
@@ -81,7 +81,6 @@ child {
.item-quick-activation {
margin-left: 8px;
background: alpha(@background, 0.7);
border-radius: var(--border-radius);
padding: 8px;
color: @border;