my system configurations ^-^
0
fork

Configure Feed

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

refactor: simplify ghostty launch binding to open new instances

willow 1f6a04b9 142a1818

+1 -1
+1 -1
modules/darwin/desktop/skhd.nix
··· 15 15 alt + shift - i : yabai -m display --focus prev 16 16 alt + shift - o : yabai -m space --focus next 17 17 18 - alt - q : id=$(yabai -m query --windows | jq -re ".[] | select(.app == \"Ghostty\") | .id" | head -n 1) && [ -z "$id" ] && open -a Ghostty || (yabai -m window --focus $id && skhd -k "cmd - n") 18 + alt - q : open -a Ghostty -n 19 19 20 20 ${builtins.concatStringsSep "\n" ( 21 21 builtins.genList (