diff options
author | Amin Bandali <amin@aminb.org> | 2018-02-10 21:52:23 -0500 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-02-10 21:52:23 -0500 |
commit | c9609c952565df9cb0c02960ae595de69bf165b7 (patch) | |
tree | a9e27b43e8f2c691baceb85f2b50b08f780c38e9 /sxhkd | |
parent | ad68390b2965b3065e3af62194c9be5a628ad0ea (diff) | |
download | configs-c9609c952565df9cb0c02960ae595de69bf165b7.tar.gz configs-c9609c952565df9cb0c02960ae595de69bf165b7.tar.xz configs-c9609c952565df9cb0c02960ae595de69bf165b7.zip |
sxhkd|rofi: fancier prompts for program launcher and window switcher
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 4 |
1 files 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 |