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:
parent
8fd025653a
commit
c71c553591
2 changed files with 69 additions and 53 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue