diff --git a/README.org b/README.org index cb209c1..8bb0d2d 100644 --- a/README.org +++ b/README.org @@ -2188,12 +2188,12 @@ configuration { } window { - location: south west; - anchor: south west; - height: calc(100% - 45px); - width: 700; - x-offset: 10; - y-offset: -10; + location: center; + anchor: center; + height: 50%; + width: 50%; + x-offset: 0; + y-offset: 0; orientation: horizontal; children: [mainbox]; border: 2; diff --git a/hyprland/.config/hypr b/hyprland/.config/hypr index edcbe0f..fc793e4 160000 --- a/hyprland/.config/hypr +++ b/hyprland/.config/hypr @@ -1 +1 @@ -Subproject commit edcbe0f6fd4711a08460dcb7a754ecbe243edf13 +Subproject commit fc793e41b15cbe7c8b57f3cda0d57e925e4e4eac diff --git a/rofi/.config/rofi/themes/centertab-dracula.rasi b/rofi/.config/rofi/themes/centertab-dracula.rasi index d185261..a2ddc0b 100644 --- a/rofi/.config/rofi/themes/centertab-dracula.rasi +++ b/rofi/.config/rofi/themes/centertab-dracula.rasi @@ -39,12 +39,12 @@ } window { - location: south west; - anchor: south west; - height: calc(100% - 45px); - width: 700; - x-offset: 10; - y-offset: -10; + location: center; + anchor: center; + height: 50%; + width: 50%; + x-offset: 0; + y-offset: 0; orientation: horizontal; children: [mainbox]; border: 2;