This commit is contained in:
Stephan Raabe
2023-10-02 10:51:16 +02:00
parent 3c6d3eb97b
commit 7ea4e2121d
8 changed files with 275 additions and 11 deletions

View File

@@ -16,9 +16,9 @@ option1="Selected window (delay 3 sec)"
option2="Selected area"
option3="Fullscreen (delay 3 sec)"
options="$option1\n$option2\n$option3"
options="$option2\n$option3\n$option1"
choice=$(echo -e "$options" | rofi -i -dmenu -lines 4 -width 30 -p "Take Screenshot")
choice=$(echo -e "$options" | rofi -i -dmenu -config ~/dotfiles/rofi/config-screenshot.rasi -width 30 -p "Take Screenshot")
case $choice in
$option1)