Compare commits

...

3 commits

Author SHA1 Message Date
Hippolyte Chauvin
b36207ad54 Suppression : script d'update de Docker
Les dockers doivent être mis à jour de manière moins brutale que via ce
script
2023-10-09 22:47:16 +02:00
Hippolyte Chauvin
e431449b44 Suppression : sleep dans le script xdg-session-start 2023-10-09 13:22:16 +02:00
Hippolyte Chauvin
449ea1dfdf Ajout : alias graph dans la configuration git 2023-10-09 08:51:36 +02:00
3 changed files with 1 additions and 5 deletions

View file

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

View file

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

View file

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