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
|
||||
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 '\''^(#|$)'\'''
|
||||
|
2
dependencies/pacman.txt
vendored
2
dependencies/pacman.txt
vendored
@ -61,4 +61,4 @@ wavpack
|
||||
x264
|
||||
xvidcore
|
||||
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+e exec nautilus # File manager
|
||||
bindsym Print exec flameshot screen -d 0 -p ~/Pictures/Screenshots # Fullscreen screenshot
|
||||
bindsym $mod+Print exec flameshot gui # Show screenshot window
|
||||
bindsym Print exec gnome-screenshot # Fullscreen screenshot
|
||||
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
|
||||
|
||||
# Rofi
|
||||
|
Loading…
Reference in New Issue
Block a user