Add config for flameshot
This commit is contained in:
parent
b66256f83a
commit
c87bed3a6a
2 changed files with 12 additions and 1 deletions
11
.config/flameshot/flameshot.ini
Normal file
11
.config/flameshot/flameshot.ini
Normal file
|
|
@ -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
|
||||||
|
|
@ -20,7 +20,7 @@ git clone --bare git@git.webartifex.biz:alexander/dotfiles.git "$HOME/.dotfiles"
|
||||||
|
|
||||||
# Backup old dotfiles
|
# Backup old dotfiles
|
||||||
rm -rf "$HOME/.dotfiles.bak" >/dev/null
|
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'} | \
|
/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME checkout 2>&1 | egrep "\s+\." | awk {'print $1'} | \
|
||||||
xargs -I{} mv {} "$HOME/.dotfiles.bak"/{}
|
xargs -I{} mv {} "$HOME/.dotfiles.bak"/{}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue