mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-22 06:44:41 +01:00
moving back to gnome-screenshot. flameshot is broken on hidpi
This commit is contained in:
parent
27ecf7b341
commit
b155b31d55
@ -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
|
||||||
}
|
}
|
||||||
|
2
dependencies/pacman.txt
vendored
2
dependencies/pacman.txt
vendored
@ -61,4 +61,4 @@ wavpack
|
|||||||
x264
|
x264
|
||||||
xvidcore
|
xvidcore
|
||||||
gvfs-smb
|
gvfs-smb
|
||||||
flameshot
|
gnome-screenshot
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user