Added small screen brightness script instead of having code inside .config/i3/config

Also added small func to generate a rndpassword
This commit is contained in:
TuDatTr
2020-01-30 15:50:41 +01:00
parent 978482a94c
commit 59de189dda
4 changed files with 20 additions and 3 deletions

View File

@@ -18,6 +18,8 @@ plugins=(
history
)
randpw() { < /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c${1:-$1};echo;};
# History
HISTORY_IGNORE='sudo veracrypt *|veracrypt *'