diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-11 05:19:15 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-11 05:19:15 +0900 |
| commit | 0284873590c5bd8883d6f92301d6df4ddc682339 (patch) | |
| tree | 32b170266704655a331065bedc08713bd9f2b6c6 | |
| parent | 95c7665b6561ceb9994f746e7e485cf4a5960490 (diff) | |
modified shell/aliasrc
| -rw-r--r-- | ar/.config/shell/aliasrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ar/.config/shell/aliasrc b/ar/.config/shell/aliasrc index dbd0d69..7f254f7 100644 --- a/ar/.config/shell/aliasrc +++ b/ar/.config/shell/aliasrc @@ -466,6 +466,9 @@ ialias wget --hsts-file="${XDG_CACHE_HOME:-${HOME}/.cache}/wget-hsts" # w3m alias w3m="w3m -config ${XDG_CONFIG_HOME:-${HOME}/.config}/w3m/config" +# xprog +alias progn='xprop | awk '\''/^WM_CLASS/{sub(/.* = /, "instance:"); sub(/, /, "\nclass:"); print} /^WM_NAME/{sub(/.* = /, "title:"); print}'\''' + # xrandr alias xauto='xrandr --auto' |
