Add alias to lock screen

This commit is contained in:
Jake Howard 2019-04-14 21:13:49 +01:00
parent 1f67000cae
commit 4e7aab9bc8
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 2 additions and 0 deletions

View file

@ -52,3 +52,4 @@ alias sc="screenshot --to img"
alias clip="xclip -selection clipboard" alias clip="xclip -selection clipboard"
alias cl="climate" alias cl="climate"
alias tmux-cleanup="tmux list-sessions | grep -v attached | cut -d: -f1 | xargs -t -n1 tmux kill-session -t" alias tmux-cleanup="tmux list-sessions | grep -v attached | cut -d: -f1 | xargs -t -n1 tmux kill-session -t"
alias lock-screen="xdotool key 'Super_L+l'"

View file

@ -21,6 +21,7 @@
- 'qt5-styleplugins' - 'qt5-styleplugins'
- 'rofi' - 'rofi'
- 'tbg' - 'tbg'
- 'xdotool'
- set_fact: - set_fact: