From 0e0fe82b037293589156bf0e25d2d984f6243535 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 21 Nov 2018 19:00:36 -0500 Subject: [PATCH] sxhkd: Remove redundant environment variable Since QT_FONT_DPI is already set in bspwmrc, there is no need to define it here with the same value. --- sxhkd/.config/sxhkd/sxhkdrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index c96819bb..f7592a87 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -29,7 +29,7 @@ alt + m # Show rofi drun / window / calc alt + {z,space,backslash} - env XDG_CURRENT_DESKTOP="KDE" QT_FONT_DPI="192" rofi -show {drun,window,calc -modi calc -no-show-match -no-sort} + env XDG_CURRENT_DESKTOP="KDE" rofi -show {drun,window,calc -modi calc -no-show-match -no-sort} # Show rofi-pass alt + slash