Compare commits
2 Commits
825aeae1d4
...
7fbc41cbd1
Author | SHA1 | Date | |
---|---|---|---|
7fbc41cbd1 | |||
ed1af0ea75 |
@ -248,6 +248,12 @@ else
|
||||
alias ll="ls -Ahl $lsarguments"
|
||||
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
|
||||
_ps1bash() {
|
||||
exitcode="$?"
|
||||
|
@ -24,7 +24,6 @@ input type:pointer {
|
||||
}
|
||||
|
||||
output * bg ~/Pictures/Wallpapers/1561879941868.jpg fill
|
||||
output * bg ~/Pictures/Wallpapers/Animu/Lain fill
|
||||
|
||||
## WORKSPACES
|
||||
set $w1 1
|
||||
|
Loading…
Reference in New Issue
Block a user