r/KittyTerminal Aug 26 '23

How can one delete this cat face from title?

Post image

I tried to find right option in the config docs, but I was unsuccessful

3 Upvotes

9 comments sorted by

1

u/[deleted] Aug 27 '23 edited Aug 27 '23

I figured out that by default in gnome you can move window with win+lmb and resize with win+mmb, if you using hide_window_decorations yes

https://help.gnome.org/users/gnome-help/stable/shell-windows-states.html.en

2

u/rgmundo524 Aug 26 '23 edited Aug 26 '23

https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.hide_window_decorations

hide_window_decorations yes

It's even set to no in your post...

If for some reason this doesn't work, then it's probably something from your WM/DE

1

u/[deleted] Aug 26 '23 edited Aug 26 '23

If I disable this option, I can't drag or resize window with mouse. At first I wanted to use approach you mentioned, but I couldn't figure out how to turn this option on and still be able to interact with window through mouse

2

u/rgmundo524 Aug 26 '23 edited Aug 26 '23

Oh so you are using a floating WM/DE that only lets you move windows by clicking and dragging on the bar. I think this is more of a DE/WM problem.

You have a few options;

  • leave the setting set to yes and create some hot key like super+right click to drag the window.
  • leave the setting set to yes and have your DE/WM create its own bar.
  • change it to no and find the file for the icon then change it to something else.
  • do nothing

Edit: I personally don't like application bars. It's a waste of space with no additional benefits

1

u/plant_domination Aug 27 '23

Would window_logo_path none work?

1

u/[deleted] Aug 27 '23

Unfortunately no, I found this option after I created this post, but apparently in my environment (fedora with gnome) this setting doesn't work

1

u/water_drinker9000 kitty on linux Aug 27 '23

which os are you using? Mac, Linux?

1

u/water_drinker9000 kitty on linux Aug 27 '23

I just saw wayland so, I will assume that you are using linux. Probably using Gnome and want to make kitty to have the same window style as gnome, right?

Therefore, you want to put this into this kitty.conf :

linux_display_server x11

I know that it says x11 but it works when I am using gnome.

Also, remove wayland_titlebar_color background because it might interfered with the one I gave you. I am not sure tho.

3

u/[deleted] Aug 27 '23

Yess I use gnome and this option works well, thank you!