Compare commits

..

No commits in common. "8ec1736aa063488371fb868d4c64e4c944a5fc8f" and "097839b7bea8d497e487a5613aada3e31dd2a1a7" have entirely different histories.

2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

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