my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(darwin): skhd and yabai

isabel 428b0569 1e6509a0

+3 -4
+3 -2
modules/darwin/services/skhd.nix
··· 36 36 cmd + ctrl - e : yabai -m space --balance 37 37 cmd + ctrl - r : yabai -m space --rotate 270 38 38 39 - # open terminal 40 - cmd - return : open -na "''${HOME}/Applications/Home Manager Apps/WezTerm.app" 39 + # open apps 40 + cmd - return : open -na "$HOME/Applications/Home Manager Apps/WezTerm.app" 41 + cmd - b : open -na "/Applications/Arc.app" 41 42 42 43 # restart yabai 43 44 cmd + alt - r : brew services restart yabai
-2
modules/darwin/services/yabai.nix
··· 1 1 { 2 - # addopted from https://github.com/nekowinston/dotfiles/blob/36f7f4a86af4d1ecd3d2da483585e4d2503a978a/machines/common/darwin/default.nix 3 - # at least until I figure out how I prefer it 4 2 services.yabai = { 5 3 enable = true; 6 4 enableScriptingAddition = true;