From a9446ffae36c7e08cc92201caf0895254b60b0c5 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 19 Jun 2018 19:15:03 -0500 Subject: [PATCH] rofi: Correct positioning --- .config/rofi/config.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index f78c569c..eafa04b3 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -10,8 +10,8 @@ configuration { modi: "drun,ssh,window"; sidebar-mode: true; - yoffset: -48; - xoffset: 10; + yoffset: -44; + xoffset: 6; width: 32; }