rofi: Fix powermenu searchstring display

Since switching to `dash` as the default sh shell, rofi would display
ostensibly hidden strings (like comment tags, or rofi meta options).

This is due to this bug https://github.com/davatorium/rofi/issues/1201
or behavior of dash. Could be possibly fixed by using octal, for now,
the script works with bash rather than sh (i.e. dash).
This commit is contained in:
Marty Oehme 2021-04-04 12:09:19 +02:00
parent 8fd025653a
commit c71c553591
Signed by: Marty
GPG key ID: B7538B8F50A1C800
2 changed files with 69 additions and 53 deletions

View file

@ -8,7 +8,7 @@ super + x
# Open System Power Menu
super + BackSpace
rofi -modi "powermenu:~/.config/rofi/modes/powermenu" -show powermenu -theme themes/powermenu
rofi -modi "powermenu:~/.config/rofi/modes/powermenu" -show powermenu -theme themes/powermenu -selected-row 2
# quick-switching of theme using styler
super + F8