diff options
Diffstat (limited to '.config/sway/config')
| -rw-r--r-- | .config/sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index 56ecfc6..5550197 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -186,7 +186,7 @@ bindsym $mod+Shift+g exec feh -Z -F -B black /home/josh/Pictures/game.png bindsym $mod+Shift+w exec wallpicker bindsym Print exec grim -g "$(slurp)" - | wl-copy -t image/png -bindsym $mod+Print exec grim -g "$(slurp)" $HOME/Pictures/screenshots/$(date +%F_%T | tr ':' '-').png +bindsym Shift+Print exec grim -g "$(slurp)" $HOME/Pictures/screenshots/$(date +%F_%T | tr ':' '-').png ### Appearance |