Added systemctl --user alias

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-12 15:37:15 +02:00
parent d0960db91c
commit 5e958c5943
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -56,8 +56,11 @@ fman() {
:wq() { 'exit' }
# zbar output only data
zbarimg() { /usr/bin/zbarimg -q --raw $@ }
zbarcam() { /usr/bin/zbarcam -q --raw $@ }
zbarimg() { zbarimg -q --raw $@ }
zbarcam() { zbarcam -q --raw $@ }
# shorten systemd user command
suser() { systemctl --user $@ }
# switch to desktop mode
dock() { swaymsg output eDP-1 disable }