Updates
This commit is contained in:
parent
ab7f23f26a
commit
559c92ff4b
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user