From 559c92ff4b44c437aecc2a6d7a5b77280afbbaeb Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Mon, 3 Apr 2023 17:17:26 +0200 Subject: [PATCH] Updates --- qtile/config.py | 1 - scripts/scrot.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/qtile/config.py b/qtile/config.py index e3a40f2..bb24c7b 100644 --- a/qtile/config.py +++ b/qtile/config.py @@ -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 diff --git a/scripts/scrot.sh b/scripts/scrot.sh index 69dc4a8..bc19477 100755 --- a/scripts/scrot.sh +++ b/scripts/scrot.sh @@ -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)