You are not logged in.
I have switched my terminal from gnome console to kitty but I cannot get transparency to work. i have edited the kitty.conf file to have background_opacity be 0.1 but the background is still solid. I use the gnome desktop environment with mutter.
Last edited by mrhooman (2025-02-03 16:12:57)
In Soviet Russia, the arch wiki reads you!
Offline
Online
this seems like it is solving an issue with kitty on wayland. I am using mutter with x11(xorg).
In Soviet Russia, the arch wiki reads you!
Offline
Are you sure? Do you have an nvida GPU?
loginctl session-statusHave your tried "kitty -o linux_display_server=x11"?
Edit: otherwise please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
Last edited by seth (2024-06-25 21:27:49)
Online
In Soviet Russia, the arch wiki reads you!
Offline
Wild guess enable https://wiki.archlinux.org/title/NVIDIA … de_setting - use the "nvidia_drm.modeset=1" kernel parameter (modprobe.conf won't do!)
Edit: and please post the "xwininfo" output on the kitty window
Last edited by seth (2024-06-25 21:55:15)
Online
I have turned on nvidia_drm.modeset=1 by putting it in my grub file and remaking the config file but nothing seems different. i did check and modeset was off before.
xwininfo: Window id: 0x380000b "xwininfo"
Absolute upper-left X: 0
Absolute upper-left Y: 66
Relative upper-left X: 0
Relative upper-left Y: 37
Width: 1920
Height: 981
Depth: 24
Visual: 0x28
Visual Class: TrueColor
Border width: 0
Class: InputOutput
Colormap: 0x380000a (not installed)
Bit Gravity State: ForgetGravity
Window Gravity State: NorthWestGravity
Backing Store State: NotUseful
Save Under State: no
Map State: IsViewable
Override Redirect State: no
Corners: +0+66 -0+66 -0-33 +0-33
-geometry 1920x981+0-33
In Soviet Russia, the arch wiki reads you!
Offline
I am using "o my zsh" could that be interfering with it?
In Soviet Russia, the arch wiki reads you!
Offline
Always - but not necessarily here.
Your problem is
Depth: 24that needs to say 32.
Does
kitty --config NONE -o background_opacity=0.5produce a transparent window?
I'd say "you need to run a compositor", but mutter does actually not run without ![]()
Online
running that command does work. I looked up some info about compositors and gnome. from what is seems gnome uses the gnome compositor and it will not work with any other compositor.
In Soviet Russia, the arch wiki reads you!
Offline
running that command does work
Post your kitty config file - the problem will be there.
Online
https://paste.ee/p/98V12 this should just be the default kitty.conf with only minor changes. ie. turning down transparency turning up blur and editing things to try to remove the top bar (I could not
).
In Soviet Russia, the arch wiki reads you!
Offline
The leading "#" indicates a comment, the relevant line isn't active.
Online
omg im so sorry. I should have known.
In Soviet Russia, the arch wiki reads you!
Offline
https://www.youtube.com/watch?v=5RyYrs5tu60 ![]()
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Online