From 7cd214e1aca968ada438b50e0d93b28e875698ca Mon Sep 17 00:00:00 2001 From: Random936 Date: Tue, 1 Oct 2024 18:05:44 -0700 Subject: [PATCH] Fixed issue with emacs and find skhd keybinding --- config/darwin.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/darwin.nix b/config/darwin.nix index 9fd3b25..b4a26e8 100644 --- a/config/darwin.nix +++ b/config/darwin.nix @@ -101,14 +101,13 @@ # Create/Destroy windows shift + cmd - c : yabai -m space --create - shift + cmd - d : yabai -m space --destroy # Toggle window split cmd - e : yabai -m window --toggle split # Full Screen Window cmd - f : yabai -m window --toggle zoom-fullscreen - ctrl - f : osascript -e 'tell application "System Events" to set frontApp to name of first application process whose frontmost is true' \ + alt - f : osascript -e 'tell application "System Events" to set frontApp to name of first application process whose frontmost is true' \ -e 'tell application "System Events" to tell process frontApp to click menu item "Find…" of menu 1 of menu item "Find" of menu "Edit" of menu bar item "Edit" of menu bar 1' # Close window with i3 keybinding @@ -116,7 +115,8 @@ # Application shortcuts shift + cmd - e : emacs - shift + cmd - f : osascript -e 'tell application "Google Chrome" to make new window' + shift + cmd - f : open -n -a "Google Chrome" + shift + cmd - d : open -n -a "Discord" cmd - return : osascript -e 'tell application "iTerm2" to create window with default profile' # Reload skhd config