Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kostasereksonas/dwm-kostas
Custom dwm build for my Linux install
https://github.com/kostasereksonas/dwm-kostas
dwm suckless suckless-dwm suckless-org suckless-software
Last synced: about 24 hours ago
JSON representation
Custom dwm build for my Linux install
- Host: GitHub
- URL: https://github.com/kostasereksonas/dwm-kostas
- Owner: KostasEreksonas
- License: mit
- Created: 2021-06-19T08:58:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T14:46:45.000Z (2 months ago)
- Last Synced: 2024-09-09T18:04:29.768Z (2 months ago)
- Topics: dwm, suckless, suckless-dwm, suckless-org, suckless-software
- Language: C
- Homepage:
- Size: 1.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dwm-kostas-6.2
Custom build of suckless dynamic window manager for my Arch Linux install.
Table of Contents
=================
* [Installation](#Installation)
* [Keybindings](#Keybindings)
* [Applied Patches](#Applied-Patches)# Installation
1. Clone this git repository:
`git clone https://github.com/KostasEreksonas/dwm-kostas.git`
2. Go to the folder cloned repository:
`cd dwm-kostas`
3. Build the package:
`make`
4. Run a clean install of this package with ***root*** privilleges:
`make clean install`
5. Done!
# Keybindings
In this section I will present custom keybindings that I made for my build of _dynamic window manager_.| Keybind | Function |
|:---------------------:|:---------------------------------:|
| Fn + Down arrow | Lower volume |
| Fn + Up arrow | Raise volume |
| Fn + Left arrow | Lower brightness |
| Fn + Right arrow | Raise brightness |
| PrintScreen | Take screenshot |
| Shift + PrintScreen | Copy screenshot to clipboard |
| Mod + PrintScreen | Paste screenshot from clipboard |
| Mod + Pause | Lock screen |
| Mod + z | Extend displays |
| Mod + s | Open default app for active tag |# Applied Patches
* [Alpha](https://dwm.suckless.org/patches/alpha/) - for transparency.
* [Default Tag Apps](https://dwm.suckless.org/patches/default_tag_apps/) - dedicate each tag for certain tasks.
* [Fullgaps](https://dwm.suckless.org/patches/fullgaps/) - for gaps between windows.
* [Fullscreen](https://dwm.suckless.org/patches/fullscreen/) - dwm fullscreen patch.
* [Hide Vacant Tags](https://dwm.suckless.org/patches/hide_vacant_tags/) - prevent dwm from drawing vacant tags.
* [Warp](https://dwm.suckless.org/patches/warp/) - patch that warps mouse cursor to the center of the focused window.