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