Added screenshot stuff
This commit is contained in:
parent
138899c2cb
commit
82b5383cf1
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue