This commit is contained in:
Stephan Raabe 2023-04-03 17:17:26 +02:00
parent ab7f23f26a
commit 559c92ff4b
2 changed files with 1 additions and 2 deletions

View File

@ -134,7 +134,6 @@ keys = [
Key([mod], "v", lazy.spawn("/home/raabe/dotfiles/scripts/looking-glass.sh"), desc="Start Looking Glass Client"),
Key([mod, "shift"], "w", lazy.spawn("/home/raabe/dotfiles/scripts/updatewal.sh"), desc="Update Theme and Wallpaper"),
Key([mod, "control"], "w", lazy.spawn("/home/raabe/dotfiles/scripts/wallpaper.sh"), desc="Select Theme and Wallpaper"),
Key([mod, "shift"], "s", lazy.spawn("scrot -s"), desc="Screenshot of selected area"),
Key([mod, "control"], "t", lazy.spawn("/home/raabe/dotfiles/scripts/templates.sh"), desc="Select Tempate and copy to clipboard"),
# Scratchpads

View File

@ -18,7 +18,7 @@ option3="Fullscreen (delay 3 sec)"
options="$option1\n$option2\n$option3"
choice=$(echo -e "$options" | rofi -mesg "Current: $DIR" -i -dmenu -lines 4 -width 30 -p "Screenshot")
choice=$(echo -e "$options" | rofi -i -dmenu -lines 4 -width 30 -p "Take Screenshot")
case $choice in
$option1)