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

This commit is contained in:
Rick van Lieshout 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 ##utility
alias nmapscan='nmap -n -sP' alias nmapscan='nmap -n -sP'
alias pia='nohup sh /opt/pia/run.sh &>/dev/null & disown' alias pia='nohup sh /opt/pia/run.sh &>/dev/null & disown'
alias wifimenu='nm-connection-editor'
# show file content without comment lines # show file content without comment lines
alias nocomment='grep -Ev '\''^(#|$)'\''' alias nocomment='grep -Ev '\''^(#|$)'\'''
@ -131,4 +132,4 @@ killport () {
else else
fuser -k $1/tcp fuser -k $1/tcp
fi fi
} }

View File

@ -61,4 +61,4 @@ wavpack
x264 x264
xvidcore xvidcore
gvfs-smb gvfs-smb
flameshot gnome-screenshot

View File

@ -114,8 +114,8 @@ bindsym $mod+shift+l exec /bin/bash ~/.config/i3/scripts/suspend.sh
############################################ ############################################
bindsym $mod+Return exec xfce4-terminal # terminal bindsym $mod+Return exec xfce4-terminal # terminal
bindsym $mod+e exec nautilus # File manager bindsym $mod+e exec nautilus # File manager
bindsym Print exec flameshot screen -d 0 -p ~/Pictures/Screenshots # Fullscreen screenshot bindsym Print exec gnome-screenshot # Fullscreen screenshot
bindsym $mod+Print exec flameshot gui # Show screenshot window bindsym $mod+Print exec /bin/bash ~/.config/i3/scripts/screenshot.sh # Show screenshot window
bindsym $mod+shift+b exec /bin/bash ~/.config/i3/scripts/brightness.sh bindsym $mod+shift+b exec /bin/bash ~/.config/i3/scripts/brightness.sh
# Rofi # Rofi