All Projects β†’ crisidev β†’ homebrew-chunkwm

crisidev / homebrew-chunkwm

Licence: other
Homebrew Tap for Chunkwm tiling window manage (https://github.com/koekeishiya/chunkwm)

Projects that are alternatives of or similar to homebrew-chunkwm

homebrew-devops
🍺 DevOps / SRE formulae for the @Homebrew package manager.
Stars: ✭ 36 (-23.4%)
Mutual labels:  homebrew, homebrew-formula, homebrew-tap
Homebrew Openjdk
AdoptOpenJDK HomeBrew Tap
Stars: ✭ 1,798 (+3725.53%)
Mutual labels:  homebrew, homebrew-tap
homebrew-i386-elf-toolchain
Homebrew formulas for buildling a valid GCC toolchain for the i386-elf target.
Stars: ✭ 62 (+31.91%)
Mutual labels:  homebrew, homebrew-tap
homebrew-llvm
LLVM formulae for the Homebrew package manager
Stars: ✭ 23 (-51.06%)
Mutual labels:  homebrew, homebrew-tap
homebrew-extensions
🍻 Homebrew tap for PHP extensions
Stars: ✭ 264 (+461.7%)
Mutual labels:  homebrew, homebrew-tap
homebrew-pourhouse
My homebrew tap, serving up casks from EclecticLightCo!
Stars: ✭ 78 (+65.96%)
Mutual labels:  homebrew, homebrew-tap
Brewfile-Generator
Generates a Homebrew Brewfile from currently installed formula for easy backup/migration to a new macOS system
Stars: ✭ 20 (-57.45%)
Mutual labels:  homebrew, homebrew-formula
homebrew-essentia
Homebrew build scripts for Essentia
Stars: ✭ 25 (-46.81%)
Mutual labels:  homebrew, homebrew-tap
homebrew-proxmark3
Homebrew tap containing proxmark3 software/firmware
Stars: ✭ 23 (-51.06%)
Mutual labels:  homebrew, homebrew-tap
eBookReaderNX
A Nintendo Switch eBook Reader
Stars: ✭ 15 (-68.09%)
Mutual labels:  homebrew
PegaScape
A user-friendly public frontend for common PegaSwitch scripts including Nereba, Caffeine, HBL and more.
Stars: ✭ 49 (+4.26%)
Mutual labels:  homebrew
defaults.sh
ο£Ώ User Defaults Plist β†’ Shell Script converter with Regex filtering
Stars: ✭ 20 (-57.45%)
Mutual labels:  homebrew
brew-update-notifier
Automatically get notifications and apply brew updates on osx
Stars: ✭ 30 (-36.17%)
Mutual labels:  homebrew
Guide Vita
A complete guide to PS Vita (TV) custom firmware, from stock to HENkaku Ensō.
Stars: ✭ 59 (+25.53%)
Mutual labels:  homebrew
homebrew-emacs
Various Emacs formulae for the Homebrew package manager
Stars: ✭ 60 (+27.66%)
Mutual labels:  homebrew
dotfiles-legacy
. .✧ Β· 🌎 ✷ ✫ πŸŒ™ Β· ✡ πŸš€βœ΅ * ✡ Β· 🌌✫ ✷ Β· ✧ .
Stars: ✭ 15 (-68.09%)
Mutual labels:  homebrew
homebrew-crypto
πŸ” Various Cryptographic-Related Formulae
Stars: ✭ 14 (-70.21%)
Mutual labels:  homebrew
ps4-remote-pkg-installer
PS4 Remote PKG Installer GUI for https://github.com/flatz/ps4_remote_pkg_installer
Stars: ✭ 107 (+127.66%)
Mutual labels:  homebrew
Blitz
Blitz is a 68030 based homebrew computer I designed over the course of nearly 3 years, starting in late 2017.
Stars: ✭ 31 (-34.04%)
Mutual labels:  homebrew
.dotfiles
πŸ’» My settings for macOS, kitty, zsh, nvim, tmux, and more πŸ› 
Stars: ✭ 44 (-6.38%)
Mutual labels:  homebrew

homebrew-chunkwm

Homebrew Tap for Chunkwm tiling window manager (https://github.com/koekeishiya/chunkwm)

NOTE: plugins folder has been moved to /usr/local/opt/chunkwm/share/chunkwm/plugins

Table of contents

  1. Supported OSX versions
  2. Brew Options
  3. Caveats
  4. Usage examples
  5. Plugins

Supported OSX versions

Chunkwm works with MacOSX >= 10.11

Brew options

--with-logging
	Redirect stdout and stderr to log files to standard brew path.
--with-purify
    Build purify plugin.
--with-tmp-logging
	Redirect stdout and stderr to /tmp.
--without-border
	Do not build border plugin.
--without-ffm
	Do not build focus-follow-mouse plugin.
--without-tiling
	Do not build tiling plugin.
--HEAD
	Install HEAD version

Caveats

Copy the example configuration into your home directory:

cp /usr/local/opt/chunkwm/share/chunkwm/examples/chunkwmrc ~/.chunkwmrc

Opening chunkwm will prompt for Accessibility API permissions. After access has been granted, the application must be restarted:

brew services restart chunkwm

If both --with-logging and --with-tmp-logging are specified, the former takes precedence over the latter.

Codesign chunkwm binary

Accessibility API must be granted after every update to chunkwm, unless you codesign the binary with self-signed certificate before restarting

Create code signing certificate named "chunkwm-cert" using Keychain Access.app:

  • Open Keychain Access.app
  • From menu select Keychain Access -> Certificate Assistant -> Create a certificate
  • Fill the certificate form:
    • Name: chunkwm-cert
    • Identity Type: Self Signed Root
    • Certificate Type: Code Signing

Sign the binary:

codesign -fs "chunkwm-cert" /usr/local/opt/chunkwm/bin/chunkwm

To have launchd start crisidev/chunkwm/chunkwm now and restart at login:

brew services start crisidev/chunkwm/chunkwm

Or, if you don't want/need a background service you can just run:

chunkwm

Logging

If the formula has been built with --with-logging, logs will be found in

/usr/local/var/log/chunwm/chunkwm.[out|err].log

Usage examples

Clone tap

brew tap crisidev/homebrew-chunkwm

Install latest stable version

brew install chunkwm

Install from git repo

brew install --HEAD chunkwm

Do not install border, tiling, and ffm plugins

brew install --without-border --without-tiling --without-ffm chunkwm

Log chunkwm stdout and stderr on /tmp

brew install --with-tmp-logging chunkwm

Plugins

In the repo I am also distributing other chunkwm plugins.

Chunkwm Blur - https://github.com/splintah/blur

Blur wallpaper when there are open windows.

brew install --HEAD chunkwm-blur
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].