diff --git a/.config/flameshot/flameshot.ini b/.config/flameshot/flameshot.ini new file mode 100644 index 0000000..7b33abc --- /dev/null +++ b/.config/flameshot/flameshot.ini @@ -0,0 +1,11 @@ +[General] +contrastOpacity=188 +disabledTrayIcon=true +drawColor=#ff0000 +drawThickness=3 +filenamePattern=%F_%H-%M-%S +saveAsFileExtension=png +savePath=/home/alexander/nextcloud/uploads/screenshots +showHelp=false +startupLaunch=false +uiColor=#ff3a00 diff --git a/.config/shell/init_dotfiles.sh b/.config/shell/init_dotfiles.sh index 14dba68..07804a4 100755 --- a/.config/shell/init_dotfiles.sh +++ b/.config/shell/init_dotfiles.sh @@ -20,7 +20,7 @@ git clone --bare git@git.webartifex.biz:alexander/dotfiles.git "$HOME/.dotfiles" # Backup old dotfiles rm -rf "$HOME/.dotfiles.bak" >/dev/null -mkdir -p $HOME/.dotfiles.bak/.config/{bat,git,shell} && \ +mkdir -p $HOME/.dotfiles.bak/.config/{bat,flameshot,git,shell} && \ /usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME checkout 2>&1 | egrep "\s+\." | awk {'print $1'} | \ xargs -I{} mv {} "$HOME/.dotfiles.bak"/{}