https://github.com/kimpors/utils
Utils that's i use in daily life.
https://github.com/kimpors/utils
suckless utils
Last synced: about 1 month ago
JSON representation
Utils that's i use in daily life.
- Host: GitHub
- URL: https://github.com/kimpors/utils
- Owner: kimpors
- Created: 2023-11-14T13:40:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-30T10:15:30.000Z (about 1 month ago)
- Last Synced: 2025-03-30T11:22:40.987Z (about 1 month ago)
- Topics: suckless, utils
- Language: C
- Homepage:
- Size: 2.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Utils
## Overview
This repository contains a collection of utilities that
I use in my daily life to enhance productivity and streamline
my workflow. Each utility serves a specific purpose and is
carefully chosen for its efficiency and lightweight nature.## [dwm](https://dwm.suckless.org/)
`dwm` is a dynamic window manager that follows the "suckless"
philosophy. It allows for dynamic tiling of windows,
ensuring a clean and efficient workspace.### Configuration
Edit the `config.h` file for configuration.
## [dmenu](https://tools.suckless.org/dmenu/)
`dmenu` is a dynamic menu for X, which allows you to quickly
launch programs and open files by typing their names.### Configuration
Edit the `config.h` file for configuration.
## [slstatus](https://tools.suckless.org/slstatus/)
`slstatus` is a simple status monitor for dwm, providing
information about system resources.### Configuration
Edit the `config.h` file for configuration.
## [st](https://st.suckless.org/)
`st` is a simple, fast, and lightweight terminal emulator with
support for X resources.### Configuration
Edit the `config.h` file for configuration.
## Contributing
Contributions are welcome! If you have any suggestions,
or would like to contribute a new feature,
please create an issue or submit a pull request.