From 2d515c0618465a5422c0ad5bcd3d512a26b513f6 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 20 Oct 2017 00:39:56 -0700 Subject: [PATCH] [XMonad] Enable icons in rofi --- dotfiles/config/xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/config/xmonad/xmonad.hs b/dotfiles/config/xmonad/xmonad.hs index 0f04d18d..8d8d8f87 100644 --- a/dotfiles/config/xmonad/xmonad.hs +++ b/dotfiles/config/xmonad/xmonad.hs @@ -889,7 +889,7 @@ addKeys conf@XConfig { modMask = modm } = -- Specific program spawning - , ((modm, xK_p), spawn "rofi -show drun") + , ((modm, xK_p), spawn "rofi -show drun -show-icons") , ((modm .|. shiftMask, xK_p), spawn "rofi -show run") -- Window manipulation