Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/creativecodecat/wm-cheat
https://github.com/creativecodecat/wm-cheat
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/creativecodecat/wm-cheat
- Owner: CreativeCodeCat
- License: gpl-3.0
- Created: 2020-06-23T16:18:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T17:15:36.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T05:16:31.058Z (20 days ago)
- Language: Python
- Size: 45.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# i3-cheat
To run i3-cheat your i3 config will need to be inside `~/.config/i3/config` and will need to be marked like below
**Note:** you may also change the config location using the config file settings also marked below
```
## Category: Main Keybinds;
# Description: Kill a window;
Mod4 + Shift + c\
kill
```## My i3 config
[Download](https://raw.githubusercontent.com/The-Repo-Club/DotFiles/master/.config/i3/config)
### i3-cheat config
`~/.config/i3-cheat/settings.conf`
```
[settings]
commands=False
config=~/.config/i3/config
```# dk-cheat
To run bspwm-cheat your sxhkd config will need to be inside `~/.config/dk/sxhkdrc` and will need to be marked like below
**Note:** you may also change the config location using the config file settings also marked below
```
## Category: Main Keybinds;
# Description: Kill a window;
super + shift + c
bspc node -c
```[Download](https://raw.githubusercontent.com/The-Repo-Club/DotFiles/master/.config/dk/sxhkdrc)
### dk-cheat config
`~/.config/dk-cheat/settings.conf`
```
[settings]
commands=False
config=~/.config/dk/sxhkdrc
```# bspwm-cheat
To run bspwm-cheat your sxhkd config will need to be inside `~/.config/bspwm/sxhkdrc` and will need to be marked like below
**Note:** you may also change the config location using the config file settings also marked below
```
## Category: Main Keybinds;
# Description: Kill a window;
super + shift + c
bspc node -c
```**Sorry** but I do not have a bspwm config anymore
### bspwm-cheat config
`~/.config/bspwm-cheat/settings.conf`
```
[settings]
commands=False
config=~/.config/bspwm/sxhkdrc
```