Compare commits

...

2 Commits

Author SHA1 Message Date
7fbc41cbd1 Add alias for realtime process showing 2024-08-20 09:52:34 -05:00
ed1af0ea75 Revert "Update desktop wallpape"
This reverts commit 825aeae1d4.
2024-08-19 20:50:33 -05:00
2 changed files with 6 additions and 1 deletions

View File

@ -248,6 +248,12 @@ else
alias ll="ls -Ahl $lsarguments" alias ll="ls -Ahl $lsarguments"
fi fi
# Oneoffs and weird oneliners
if [ "$(uname)" = "Linux" ]; then
# Shows realtime and low-nice processes
alias rtps="LIBPROC_HIDE_KERNEL=1 ps -eo pid,class,rtprio,ni,stat,comm --sort=+pcpu | awk '\$4!=0.0 {print}' | awk 'NR>1'"
fi
# Set up a default PS1 for bash # Set up a default PS1 for bash
_ps1bash() { _ps1bash() {
exitcode="$?" exitcode="$?"

View File

@ -24,7 +24,6 @@ input type:pointer {
} }
output * bg ~/Pictures/Wallpapers/1561879941868.jpg fill output * bg ~/Pictures/Wallpapers/1561879941868.jpg fill
output * bg ~/Pictures/Wallpapers/Animu/Lain fill
## WORKSPACES ## WORKSPACES
set $w1 1 set $w1 1