1
0
mirror of https://github.com/tiyn/slock.git synced 2025-10-18 13:51:20 +02:00

1 Commits

Author SHA1 Message Date
3922b40c0a updated gitignore 2023-10-24 18:48:43 +02:00
2 changed files with 3 additions and 10 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
slock
*.o
config.h

View File

@@ -1,10 +0,0 @@
# slock
This is my patched version of slock. The base version is directly from suckless.org.
## Installation
The most basic way is to clone the repository and then invoke make.
- `git clone https://github.com/tiyn/st-0.9.0`
- `make clean install`