diff options
| author | Josh Ott <josh@ottmail.me> | 2026-05-13 21:35:04 -0400 |
|---|---|---|
| committer | Josh Ott <josh@ottmail.me> | 2026-05-13 21:35:04 -0400 |
| commit | 1db7343511a3303c9e174dd7094216fa6da0432f (patch) | |
| tree | d103530149669391e12ed0404f89c2a0cdeb16b1 /.config/sway | |
| parent | 985f92959eb304839fc6505edd099623fc1aad4a (diff) | |
| download | dotfiles-1db7343511a3303c9e174dd7094216fa6da0432f.tar.gz dotfiles-1db7343511a3303c9e174dd7094216fa6da0432f.zip | |
Diffstat (limited to '.config/sway')
| -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 |