Community, philosophy, open source and a screenshot script
Thank you for watching.
Patreon: https://www.patreon.com/hexdsl
Podcast Website/rss: http://xpenguin.club/
Join me on Discord: https://discord.gg/37GYAhj
Join my steam group: http://steamcommunity.com/groups/xpenguin
System Specs:
OS: Antergos Linux (all updates done before video recording)
DE: I3WM
CPU: I7 3770
RAM: 16GB (Corsair, 1600)
GFX: NVIDIA GTX 970 (NVIDIA Drivers)
Get me on...
Twitch: http://www.twitch.tv/hexdsl/
Twitter: www.twitter.com/HexDSL/
E-mail: HexDSL@protonmail.com
...yes I am interested in collaborations.
heres the script, if you want it :) (remember to install maim and xclip dudes)
---------------------------------------------------------------------------------------
#!/usr/bin/bash
saveloc=/home/hexdsl/Dropbox/images/screenshots/`date "+%F_%H%M%S.png"`
maim -s $saveloc -c 1,0,1.5,0.2 -l -m 9 &&
xclip -selection clipboard -t image/png -i $saveloc
#notify-send -a "screenshot" "SCREEN SHOT TAKEN"