Updated config

This commit is contained in:
2024-06-19 16:52:32 +02:00
parent 0a339fad34
commit 93a4ec7f7e
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"