Compare commits

..

No commits in common. "b36207ad546b4bac4f3147b5318199b90bf05f5e" and "54e7c0528246227b4ff67a150bb2b5644386e646" have entirely different histories.

3 changed files with 5 additions and 1 deletions

View file

@ -3,5 +3,6 @@
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
sleep 1
artix-pipewire-launcher &
sleep 1
waybar

View file

@ -18,4 +18,3 @@
sh = show
m = merge
r = rebase
graph = log --graph --oneline

View file

@ -0,0 +1,4 @@
#!/bin/sh
[ "$(whoami)" != root ] && exec sudo "$0" "$@"
docker images --format '{{.Repository}}' | xargs -L 1 docker pull