Added screenshot stuff

This commit is contained in:
Jake Howard 2017-09-04 21:56:51 +01:00
parent 138899c2cb
commit 82b5383cf1
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 9 additions and 0 deletions

View File

@ -27,6 +27,14 @@ bindsym $mod+l exec --no-startup-id i3lock -ftc 000000
bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
bindsym $mod+Return exec i3-sensible-terminal
# Screenshots
bindsym Print exec --no-startup-id sc
bindsym Shift+Print exec --no-startup-id sc -a
bindsym Mod1+Shift+Print exec --no-startup-id gnome-screenshot -ca
bindsym Mod1+Print exec --no-startup-id gnome-screenshot -c
bindsym $mod+Print exec --no-startup-id gnome-screenshot -i
bindsym $mod+Shift+q kill
# Focus

View File

@ -47,6 +47,7 @@ alias serve="python2 -m SimpleHTTPServer"
alias vi="vim"
alias regen-ssh-conf="assh config build > ~/.ssh/config"
alias yolo="yaourt -Syyau --noconfirm"
alias sc="screenshot --to img"
recreatedb() {
dropdb $1 && createdb $1