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:
@@ -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 *'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user