Add -replace to all rofi launchers

This commit is contained in:
Stephan Raabe
2023-11-13 13:37:27 +01:00
parent 579f8a8cdd
commit afd1476f93
11 changed files with 12 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ options="$option1\n"
options="$options$option2\n"
options="$options$option3\n$option4"
choice=$(echo -e "$options" | rofi -dmenu -config ~/dotfiles/rofi/config-power.rasi -i -no-show-icons -l 4 -width 30 -p "Powermenu")
choice=$(echo -e "$options" | rofi -dmenu -replace -config ~/dotfiles/rofi/config-power.rasi -i -no-show-icons -l 4 -width 30 -p "Powermenu")
case $choice in
$option1)