Fix screenshots for sway

This commit is contained in:
askiiart 2024-03-07 19:49:01 -06:00
parent fa4ebcb4c1
commit e013824a89
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
2 changed files with 2 additions and 1 deletions

View file

@ -24,6 +24,7 @@ cp -r $GIT_DIR/gnupg/* $HOME/.gnupg/
# vesktop # vesktop
mkdir $HOME/vesktop mkdir $HOME/vesktop
cp -r $GIT_DIR/vesktop/* $HOME/vesktop/ cp -r $GIT_DIR/vesktop/* $HOME/vesktop/
# i3 # i3
rm -rf $HOME/.config/i3 rm -rf $HOME/.config/i3
cp -r $GIT_DIR/i3 $HOME/.config/ cp -r $GIT_DIR/i3 $HOME/.config/

View file

@ -3,7 +3,7 @@ exec wl-paste -t text --watch clipman store --no-persist
# Add screenshot and color picker # Add screenshot and color picker
#bindsym Print exec grim -t png -c #bindsym Print exec grim -t png -c
bindsym Mod4+Shift+P exec "slurp -d | xargs -I % grim -g % -t png -c && wl-copy --type image/png < $(ls ~/Pictures/*_grim.png | tail --lines 1)" bindsym Mod4+Shift+P exec "mkdir $HOME/Pictures; export FILENAME=$HOME/Pictures/screenshot_$(date +%F_%H:%M:%S).png; slurp -d | xargs -I % grim -g % -t png -c $FILENAME; wl-copy --type image/png < $FILENAME"
bindsym Mod4+Mod1+Shift+P exec "slurp -p | xargs -I % grim -g % -t png - | convert - -format '%[pixel:p{0,0}]' txt:- | tail --lines 1 | xargs -I % zenity --info --text=% --title='Color picker'" bindsym Mod4+Mod1+Shift+P exec "slurp -p | xargs -I % grim -g % -t png - | convert - -format '%[pixel:p{0,0}]' txt:- | tail --lines 1 | xargs -I % zenity --info --text=% --title='Color picker'"
# Delete all user data # Delete all user data