Skip to content

Instantly share code, notes, and snippets.

View SpookNyan's full-sized avatar
:atom:
HTML, Java, Css and MySQL

SpookNyan SpookNyan

:atom:
HTML, Java, Css and MySQL
View GitHub Profile
@SpookNyan
SpookNyan / i3-scrot
Created February 13, 2022 07:34 — forked from reneegyllensvaan/i3-scrot
i3wm config rows to keybind screen shotting
#depends: scrot, xclip
#mod+printscrn: take full screenshot, place in ~/img/scrot, copy to clipboard
bindsym --release $mod+Print exec "scrot 'scrot-%Y-%m-%d_%h-%m-%s_$wx$h.png' -e 'mv $f ~/img/scrot/ && xclip -t image/png ~/img/scrot/$f -sel clip'"
#mod+shift+printscrn: take selection screenshot, place in ~/img/scrot, copy to clipboard
bindsym --release $mod+Shift+Print exec "scrot --select 'scrot-%Y-%m-%d_%h-%m-%s_$wx$h_snip.png' -e 'mv $f ~/img/scrot/ && xclip -t image/png ~/img/scrot/$f -sel clip'"