Update colors and rofi

This commit is contained in:
Marco Thomas
2022-02-11 23:34:01 +01:00
parent fd31cdf2ca
commit f3348e4769
13 changed files with 71 additions and 209 deletions

View File

@@ -54,6 +54,9 @@ alias rm='rm -i' # Ask before removal
alias cp='cp -i' # Ask before removal
alias mv='mv -i' # Ask before removal
alias palmreject='xinput set-prop 12 340 1'
alias palmaccept='xinput set-prop 12 340 0'
alias nssh='SSH_AUTH_SOCK= ssh'
alias cpu='watch -n.1 "grep \"^[c]pu MHz\" /proc/cpuinfo"'