Describe the bug
Using MacOS version 10.15.7 (19H1615) (Oddly, it works fine on MacOS version 12.1 (21C52))
Make sure no other windows are open except for kitty.
-
Add the following to kitty config: macos_traditional_fullscreen yes
-
Enter full screen mode.
-
Try hiding kitty by either using the menu or hitting ⌘H
Expected result is that kitty will be hidden.
Actual result... it appears to go into the background behind other windows (if other windows are open), but it does not get hidden.
Environment details
kitty 0.24.1 created by Kovid Goyal
Darwin nathan.local 19.6.0 Darwin Kernel Version 19.6.0: Sun Nov 14 19:58:51 PST 2021; root:xnu-6153.141.50~1/RELEASE_X86_64 x86_64
ProductName: Mac OS X ProductVersion: 10.15.7 BuildVersion: 19H1615
Frozen: True
Paths:
kitty: /Applications/kitty.app/Contents/MacOS/kitty
base dir: /Applications/kitty.app/Contents/Resources/kitty
extensions dir: /Applications/kitty.app/Contents/Resources/Python/lib/kitty-extensions
system shell: /usr/local/bin/zsh
Loaded config files:
/Users/nathan/.config/kitty/kitty.conf
Config options different from defaults:
adjust_column_width -1
adjust_line_height 3
bold_font Hack Nerd Font Mono Bold
bold_italic_font Hack Nerd Font Mono Bold Italic
enable_audio_bell False
font_family Hack Nerd Font Mono Regular
font_size 14.0
italic_font Hack Nerd Font Mono Italic
macos_thicken_font 1.0
macos_traditional_fullscreen True
shell_integration frozenset({'no-cursor'})
visual_bell_duration 0.3
Added shortcuts:
alt+/ send_text all \x1b\x2f
alt+: send_text all \x1b\x3a
alt+[ send_text all \x1b\x5b
alt+] send_text all \x1b\x5d
alt+_ send_text all \x1b\x5f
alt+h send_text all \x1b\x68
alt+j send_text all \x1b\x6a
alt+k send_text all \x1b\x6b
alt+l send_text all \x1b\x6c
alt+o send_text all \x1b\x6f
alt+r send_text all \x1b\x72
alt+s send_text all \x1b\x73
alt+t send_text all \x1b\x74
alt+w send_text all \x1b\x77
alt+| send_text all \x1b\x7c
shift+alt+r send_text all \x1b\x52
cmd+k send_text all \x1C
Changed shortcuts:
cmd+enter toggle_fullscreen
Colors:
background #212121
color0 #212121
color1 #c30771
color10 #5fd7a7
color11 #f3e430
color12 #b6d6fd
color13 #6855de
color14 #4fb8cc
color2 #10a778
color3 #a89c14
color4 #008ec4
color5 #523c79
color6 #20a5ba
color7 #f1f1f1
color8 #424242
color9 #e32791
cursor #1ac7fc
foreground #f1f1f1
Describe the bug
Using MacOS version
10.15.7 (19H1615)(Oddly, it works fine on MacOS version12.1 (21C52))Make sure no other windows are open except for kitty.
Add the following to kitty config:
macos_traditional_fullscreen yesEnter full screen mode.
Try hiding kitty by either using the menu or hitting ⌘H
Expected result is that kitty will be hidden.
Actual result... it appears to go into the background behind other windows (if other windows are open), but it does not get hidden.
Environment details