From c9609c952565df9cb0c02960ae595de69bf165b7 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 10 Feb 2018 21:52:23 -0500 Subject: [PATCH] sxhkd|rofi: fancier prompts for program launcher and window switcher --- sxhkd/.config/sxhkd/sxhkdrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index fc2d4c1..8134bac 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -11,14 +11,14 @@ super + {_,shift} + Return # program launcher super + space - rofi -show run + rofi -show run -display-run '> ' -display-window ' 🗔 ' super + alt + space xfce4-popup-whiskermenu # window finder super + backslash - rofi -show window + rofi -show window -display-run '> ' -display-window ' 🗔 ' # password manager super + shift + space -- 2.20.1