From 0c4345a0012cafd93bf9fed836c4ea81551de23e Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sun, 15 Nov 2020 20:37:34 +0100 Subject: [PATCH] rofi: fix warning --- .config/rofi/config.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 373092f..abf6de8 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -5,7 +5,7 @@ configuration { font: "Roboto 14"; bw: 0; location: 0; - padding: 7.5; + padding: 7; terminal: "termite"; matching: "normal"; separator-style: "none";