Compare commits

...

2 Commits

Author SHA1 Message Date
Jan Philipp Timme 8ec1736aa0 Introduce .gitignore 2024-01-21 12:57:12 +01:00
Jan Philipp Timme 261241f25a Introduce special characters to genpw 2024-01-21 12:57:12 +01:00
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.config/i3/config

View File

@ -1,7 +1,7 @@
#!/bin/bash
LENGTH=30
CLASS="[:alnum:]"
CLASS="[:alnum:]-_.:,;*=!<>"
# Show usage
if [ "$1" == "--help" ]; then