revert: 97116c7 'fix(yabai): hotfix for focus workspace on macOS >14'

This commit is contained in:
winston 2023-10-05 09:05:21 +02:00
parent 143a47378b
commit adf1c91401
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -1,8 +1,4 @@
{
config,
lib,
...
}: {
{lib, ...}: {
# manipulate the global /etc/zshenv for PATH, etc.
programs.zsh.enable = true;
@ -102,7 +98,7 @@
ctrl - left : yabai -m space --focus prev
ctrl - right : yabai -m space --focus next
# switch to space
${mapKeymaps "cmd + ctrl - Num : ${config.services.skhd.package}/bin/skhd -k 'ctrl + shift + alt + cmd - Num'"}
${mapKeymaps "cmd + ctrl - Num : yabai -m space --focus Num"}
# send window to desktop and follow focus
${mapKeymaps "cmd + shift - Num : yabai -m window --space Num; yabai -m space --focus Num"}
'';