Added systemctl --user alias
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
186d05c678
commit
e387e27f69
1 changed files with 5 additions and 2 deletions
|
@ -56,8 +56,11 @@ fman() {
|
||||||
:wq() { 'exit' }
|
:wq() { 'exit' }
|
||||||
|
|
||||||
# zbar output only data
|
# zbar output only data
|
||||||
zbarimg() { /usr/bin/zbarimg -q --raw $@ }
|
zbarimg() { zbarimg -q --raw $@ }
|
||||||
zbarcam() { /usr/bin/zbarcam -q --raw $@ }
|
zbarcam() { zbarcam -q --raw $@ }
|
||||||
|
|
||||||
|
# shorten systemd user command
|
||||||
|
suser() { systemctl --user $@ }
|
||||||
|
|
||||||
# switch to desktop mode
|
# switch to desktop mode
|
||||||
dock() { swaymsg output eDP-1 disable }
|
dock() { swaymsg output eDP-1 disable }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue