From b502d43ce95c06a2ee3f4f2ee51d838fe22ef199 Mon Sep 17 00:00:00 2001 From: ahwx Date: Thu, 26 Feb 2026 00:29:45 +0100 Subject: [PATCH] fix: make alt-shift-f open firefox instead of toggle native fullscreen, also set native fullscreen to alt-shift-ctrl-f --- modules/home/skhd.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/home/skhd.nix b/modules/home/skhd.nix index 5a34fa6..c587a76 100644 --- a/modules/home/skhd.nix +++ b/modules/home/skhd.nix @@ -50,10 +50,12 @@ alt - e : open -a Finder /Users/${username} alt + shift - c : open -na Chromium # open new instance alt + shift - e : open -a Element # move to existing instance + alt + shift - f : open -a Firefox -n # open new firefox window + alt + shift - n : macos-terminal-launcher notes # open notes window alt - f : yabai -m window --toggle zoom-fullscreen - alt + shift -f : yabai -m window --toggle native-fullscreen + alt + ctrl + shift -f : yabai -m window --toggle native-fullscreen # # Linux-style word navigation and deletion