Use static dimensions

Amolith created

Change summary

dot_config/rofi/config.rasi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

dot_config/rofi/config.rasi 🔗

@@ -56,8 +56,8 @@ window {
     border:           2;
     border-radius:    12px;
     padding:          0;
-    width: 50%;
-    height: 50%;
+    width: 900px;
+    height: 600px;
 }
 mainbox {
     border:           0;