update notification message and make printscreen save to file
This commit is contained in:
parent
ea1ff8b5f0
commit
81d83d3fdf
1 changed files with 2 additions and 2 deletions
|
@ -165,8 +165,8 @@ bind=,XF86AudioLowerVolume,exec,pamixer -d 5
|
|||
bind=,XF86AudioMute,exec,pamixer -t
|
||||
|
||||
# Screenshot
|
||||
bind=,Print,exec,grim -o "eDP-1" - | wl-copy && notify-send "Screenshot taken!"
|
||||
bind=CTRL,Print,exec,grim -g "$(slurp)" - | wl-copy && notify-send "Screenshot taken!"
|
||||
bind=,Print,exec,grim -o "eDP-1" && notify-send "screenshot taken"
|
||||
bind=CTRL,Print,exec,grim -g "$(slurp)" - | wl-copy && notify-send "screenshot taken and sent to clipboard"
|
||||
|
||||
# lock computer
|
||||
bind = $mainMod, l, exec,swaylock
|
||||
|
|
Loading…
Reference in a new issue