moved over to flameshot

This commit is contained in:
Rick van Lieshout 2018-09-02 11:31:56 +02:00
parent 8d6fb1bf62
commit 3652cad1a5
4 changed files with 6 additions and 4 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
xrandr --output DP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DVI-I-1 --off --output DVI-D-1 --off --output HDMI-1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal xrandr --output DVI-D-0 --off --output HDMI-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DVI-I-1 --off --output DVI-I-0 --off --output DP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-0 --off

View File

@ -17,7 +17,6 @@ lxappearance
arc-gtk-theme arc-gtk-theme
rofi rofi
i3blocks i3blocks
gnome-screenshot
wmctrl wmctrl
zenity zenity
xorg-xrandr xorg-xrandr
@ -61,3 +60,5 @@ libxv
wavpack wavpack
x264 x264
xvidcore xvidcore
gvfs-smb
flameshot

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 gnome-screenshot # Fullscreen screenshot bindsym Print exec flameshot screen -d 0 -p ~/Pictures/Screenshots # Fullscreen screenshot
bindsym $mod+Print exec /bin/bash ~/.config/i3/scripts/screenshot.sh # Show screenshot window bindsym $mod+Print exec flameshot gui # 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

View File

@ -107,6 +107,7 @@ function install_config {
# system fixes # system fixes
echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && sudo sysctl --system echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && sudo sysctl --system
mkdir -p ~/Pictures/Screenshots
} }
# Installs the dependencies on Arch Linux # Installs the dependencies on Arch Linux