Updated config

This commit is contained in:
Eduard Urbach 2024-06-19 16:52:32 +02:00
parent 039b846437
commit 946a22977f
Signed by: eduard
GPG key ID: 49226B848C78F6C8
5 changed files with 32 additions and 77 deletions

View file

@ -73,6 +73,7 @@ alias ff "fastfetch"
alias hex "hexdump -C"
alias log "journalctl"
alias utc "date -u +'%Y-%m-%dT%H:%M:%SZ'"
alias dl "yt-dlp -x -f bestaudio"
# Close all windows
alias closeall "wmctrl -l | awk '{print $1}' | xargs -rn1 wmctrl -ic"