Removing blur from kitty

kitty has a blur that is normally set in the conf file with background_blur 1 but thats not there and its a custom file by garuda so i checked the config they tossed in at the bottom line but didnt see it there either and adding background_blur 0 to the conf gets overridden…

i just dont know where the custom configs are that garuda is trying to use

Please, post garuda-inxi.

Where did you edit and which file, please write full names.

There will never be changed files by system in /home until you change it or use an app like garuda-assistant.

Did you save your changes?
And what you want to do?
Did you look also in .config/kitty/current-theme.conf

Edit.

IDK, new upstream bug?

I use kitty 0.36.2

BTW, in window manager I always use “full” windows, apart from this screenshot :smiley:

3 Likes

i checked out ~/.config/kitty/current-theme.conf and ~/.config/kitty/kitty.conf
in ~/.config/kitty/kitty.conf line 985 was set to 1 i changed it to 0.75 and noticed its blured and adding background_blur 0 did not help i also tried swapping to lts just in case it was a zen thing but no luck

and i mean you can drop line 985 to 0 its still blurry i feel so confused

edit: line 985 is background_transparancy

Shouldn’t you be looking at a compositor, say picom?

blur-background-exclude = [
  #"window_type = 'dock'",
  #"window_type = 'desktop'",
  #"class_g = 'URxvt'",
  "class_g = 'slop'",
  "class_g = 'i3status'",
  "_GTK_FRAME_EXTENTS@:c",
  "window_type = 'menu'",
  "window_type = 'tooltip'",
  "window_type = 'popup_menu'",
  "window_type = 'dropdown_menu'",
  "window_type = 'dock'",
  "window_type = 'desktop'"
];

and probably add something here - to exclude kitty. Not 100 percent sure about Kitty

2 Likes

Maybe I don’t understand, do you want blur or not? :smiley:

Maybe look also in i3 config, I have no blur in my i3wm.
I can’t check it right now.

twas a picom thing! i just added

"class_g = 'kitty'",

to /home/$USER/.config/picom.conf

3 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.