You are not logged in.
Anyone know how to get transparency back in Terminator on Debian 13 (Beardog)?
Talked to Unkl GUGL and nada! As useless as Windows on an igloo.
[global_config]
handle_size = 1
geometry_hinting = True
borderless = True
inactive_color_offset = 1.0
enabled_plugins = ,
ask_before_closing = never
[keybindings]
hide_window = <Shift><Control>a
[profiles]
[[default]]
allow_bold = False
icon_bell = False
background_darkness = 0.82
background_type = transparent
cursor_blink = False
font = Fira Code Medium 11
foreground_color = "#deddda"
show_titlebar = False
scrollbar_position = hidden
scrollback_lines = 5000
scrollback_infinite = True
palette = "#000000:#cd0000:#00cd00:#cdcd00:#1e90ff:#cd00cd:#00cdcd:#e5e5e5:#4c4c4c:#ff0000:#00ff00:#ffff00:#4682b4:#ff00ff:#00ffff:#ffffff"
use_system_font = False
copy_on_selection = True
[layouts]
[[default]]
[[[child1]]]
parent = window0
type = Terminal
profile = default
[[[window0]]]
parent = ""
type = Window
[plugins]Debian 13 Beardog hosted by SoxDog
Still a Conky 1.9er at heart.
Offline
background_darkness = 0.82
background_type = transparentThat much is right...
https://www.man7.org/linux/man-pages/ma … fig.5.html
Try stripping out everything else and building it back up. I'm thinking start by commenting out "background color offset " and "palette", or else just use xfce4-terminal and set opacity in it's preferences (screw manual configs!). ![]()
-edit- Wait, it's been an age and half since I've used Terminator, but doesn't it have it's own Prerefences GUI?
https://gnome-terminator.readthedocs.io … ences.html
Profiles>Background>?
If so, I'd backup your config and delete the original, then set everything from the GUI.
Why why why why?!!???
Offline
I now have 5 config files right from righ click preferences.
/home/sector11/.config/terminator/config (2026-09-24 00:57:49)
/home/sector11/.config/terminator/config.bd1
/home/sector11/.config/terminator/config.bd2
/home/sector11/.config/terminator/config.old
/home/sector11/.config/terminator/config-BL
still not transparent. It was in Debian 12, not in 13
Maybe picom?
-edit- Wait, it's been an age and half since I've used Terminator, but doesn't it have it's own Prerefences GUI?
Right click preferences creates the config file.
Newest:
[global_config]
borderless = True
[keybindings]
hide_window = <Shift><Control>a
[profiles]
[[default]]
background_color = "#2e3436"
background_darkness = 0.83
background_type = transparent
font = Fira Code 12
foreground_color = "#d8d8d8"
show_titlebar = False
scrollbar_position = hidden
scrollback_lines = 5000
scrollback_infinite = True
palette = "#282828:#cc241d:#98971a:#d79921:#458588:#b16286:#689d6a:#a89984:#928374:#fb4934:#b8bb26:#fabd2f:#83a598:#d3869b:#8ec07c:#ebdbb2"
use_system_font = False
title_use_system_font = False
title_font = Fira Code 12
[layouts]
[[default]]
[[[child1]]]
type = Terminal
parent = window0
[[[window0]]]
type = Window
parent = ""
size = 680, 540
[plugins]Debian 13 Beardog hosted by SoxDog
Still a Conky 1.9er at heart.
Offline
Maybe picom?
yep, you probably need an active compositor to enable transparency in terminator
Last edited by ceeslans (Today 08:34:19)
Offline
AWESOME! Unkle GUGL helped.
DId the:
2026·09·24 @ 10:09:40 ~
$ xprop | grep "WM_CLASS"
WM_CLASS(STRING) = "terminator", "Terminator"I changed this removing the commented out parts for class_g:
opacity-rule = [
# "95:window_type = 'dialog'",
"100:window_type = 'popup_menu'",
# "95:window_type = 'notification'",
"90:class_g = 'Terminator' && focused",
"90:class_g = 'Terminator' && !focused",
];uncommented the popup_menu part and made it 100
But now I see
2026·09·24 @ 10:04:31 ~
$ picom
[ 09/24/26 10:04:37.656 c2_parse_target WARN ] Type specifier is deprecated. Type "c" specified on target "_GTK_FRAME_EXTENTS" will be ignored, you can remove it.
[ 09/24/26 10:04:37.656 c2_parse_target WARN ] Type specifier is deprecated. Type "c" specified on target "_GTK_FRAME_EXTENTS" will be ignored, you can remove it.Any fix appreciated - But I wiil talk to Unkle GUGL as well
Debian 13 Beardog hosted by SoxDog
Still a Conky 1.9er at heart.
Offline