mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-19 07:40:30 +01:00
fix: make alt-shift-f open firefox instead of toggle native fullscreen, also set native fullscreen to alt-shift-ctrl-f
This commit is contained in:
parent
4eb98175c0
commit
b502d43ce9
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue