Compare commits
3 commits
54e7c05282
...
b36207ad54
Author | SHA1 | Date | |
---|---|---|---|
|
b36207ad54 | ||
|
e431449b44 | ||
|
449ea1dfdf |
3 changed files with 1 additions and 5 deletions
|
@ -3,6 +3,5 @@
|
|||
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
sleep 1
|
||||
artix-pipewire-launcher &
|
||||
sleep 1
|
||||
waybar
|
||||
|
||||
|
|
|
@ -18,3 +18,4 @@
|
|||
sh = show
|
||||
m = merge
|
||||
r = rebase
|
||||
graph = log --graph --oneline
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
[ "$(whoami)" != root ] && exec sudo "$0" "$@"
|
||||
docker images --format '{{.Repository}}' | xargs -L 1 docker pull
|
||||
|
Loading…
Reference in a new issue