https://github.com/alexzhangs/kwm-profile
Profile of kwm
https://github.com/alexzhangs/kwm-profile
Last synced: 3 months ago
JSON representation
Profile of kwm
- Host: GitHub
- URL: https://github.com/alexzhangs/kwm-profile
- Owner: alexzhangs
- Created: 2016-10-24T15:30:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-17T11:53:18.000Z (over 8 years ago)
- Last Synced: 2025-01-08T13:52:16.199Z (5 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kwm-profile
kwm profile and profile management tool for macOS.
> About kwm:
> kwm is a Tiling window manager with focus follows mouse for OSX.
> kwm Github page: https://github.com/koekeishiya/kwm
## Dependency
### kwm
Install kwm first with brew:
```
brew install koekeishiya/kwm/kwm
```## Get code
```
git clone https://github.com/alexzhangs/kwm-profile
```## Usage
### Apply kwm-profile
Apply the profile of kwm-profile, simply run.
```
sh kwm-profile/install.sh
```The command above will copy 2 kwm profiles `kwm-profile/kwmrc` and
`kwm-profile/rules` to your `~/.kwm/`. Then restart kwm service, to
make the new profile effective.### Load profile back to kwm-profile
If you made changes from `~/.kwm/` and want to loaded it back to
kwm-profile, simply run:```
sh kwm-profile/load.sh
```### Tips
To make my life easier, I set below Shell aliases:
```
export WORKSPACE=
ekwm='open $WORKSPACE/kwm-profile'
ikwm='sh $WORKSPACE/kwm-profile/bin/install.sh'
lkwm='sh $WORKSPACE/kwm-profile/bin/load.sh'
```