moving back to gnome-screenshot. flameshot is broken on hidpi

This commit is contained in:
2018-09-28 11:34:36 +02:00
parent 27ecf7b341
commit b155b31d55
3 changed files with 5 additions and 4 deletions

View File

@@ -35,6 +35,7 @@ alias dotnetnew="dotnet new webapi -o "
##utility
alias nmapscan='nmap -n -sP'
alias pia='nohup sh /opt/pia/run.sh &>/dev/null & disown'
alias wifimenu='nm-connection-editor'
# show file content without comment lines
alias nocomment='grep -Ev '\''^(#|$)'\'''
@@ -131,4 +132,4 @@ killport () {
else
fuser -k $1/tcp
fi
}
}