Updated config

This commit is contained in:
2024-03-21 23:16:02 +01:00
parent 886dde2003
commit 6835ac3463
7 changed files with 21 additions and 9 deletions

View File

@ -66,6 +66,7 @@ alias cfg "config"
alias cls "clear"
alias hex "hexdump -C"
alias log "journalctl"
alias utc "date -u +'%Y-%m-%dT%H:%M:%SZ'"
# Close all windows
alias closeall "wmctrl -l | awk '{print $1}' | xargs -rn1 wmctrl -ic"