aboutsummaryrefslogtreecommitdiffstats
path: root/rofi
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-03-06 10:23:17 -0800
committerGravatar Tom Willemse2023-03-06 10:23:17 -0800
commiteb93b58763504cf8f053f362d28ad660db09741f (patch)
tree7f3f678fe87bbb618a0a3c394f1573848f9546ef /rofi
parentae88b52c43068a0e49cbc716fdea86ffe042abed (diff)
downloadnew-dotfiles-eb93b58763504cf8f053f362d28ad660db09741f.tar.gz
new-dotfiles-eb93b58763504cf8f053f362d28ad660db09741f.zip
[herbstluftwm] Fix calling rofi
Diffstat (limited to 'rofi')
-rwxr-xr-xrofi/.config/herbstluftwm/autostart.d/rofi.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/rofi/.config/herbstluftwm/autostart.d/rofi.sh b/rofi/.config/herbstluftwm/autostart.d/rofi.sh
index 31cb73e..ed99b8c 100755
--- a/rofi/.config/herbstluftwm/autostart.d/rofi.sh
+++ b/rofi/.config/herbstluftwm/autostart.d/rofi.sh
@@ -5,10 +5,12 @@ if ! whence hc; then
fi
# Run things with rofi
-hc keybind Mod4-r spawn rofi -show run -m 1
+hc keybind Mod4-r spawn rofi -show drun \
+ -config "$HOME/.config/rofi/rofi.rasi"
# Use a special rofi configuration that allows windows to be locked by
# herbstluftwm.
-hc keybind Mod4-w spawn rofi -show window -m 1 \
+hc keybind Mod4-w spawn rofi -show window \
-window-command "$HOME/usr/bin/hlwm-switch-to-window {window}" \
- -config "$HOME/.config/rofi/windows.conf"
+ -config "$HOME/.config/rofi/windows.rasi" \
+ -theme yoshi