Take a screenshot

You can set a screenshot key actually.

I use flameshot.

Steps:

# Install Dependencies:

# Compile-time
sudo apt install g++ cmake build-essential qt6-base-dev qt6-tools-dev-tools qt6-svg-dev qt6-tools-dev

# Run-time
sudo apt install libqt6dbus6 libqt6network6 libqt6core6 libqt6widgets6 libqt6gui6 libqt6svg6 qt6-qpa-plugins

# Install Flameshot:
sudo apt install flameshot

My flameshot:

sglbl@ddspc:~$ which flameshot && flameshot -v
/usr/bin/flameshot
Flameshot v13.3.0 (88c951e7)
Compiled with Qt 6.4.2

Set this shortcut from Settings → Keyboard → Keyboard Shortcuts → Custom Shortcuts:

Name: flameshot
Command: /bin/sh -c '/usr/bin/flameshot gui'
Shortcut: Ctrl <

My system:

sglbl@ddspc:~$ inxi -S && echo "  Session: $XDG_SESSION_TYPE"
System:
  Kernel: 6.17.0-14-generic arch: x86_64 bits: 64
  Desktop: GNOME v: 46.0 Distro: Zorin OS 18 noble
  Session: x11

This way, when you take a screenshot, the window won't dim.

But I agree about when there are multiple windows the window and content dim. I hope this will be fixed so other themes won't be necessary.

https://forum.zorin.com/t/dont-fade-other-windows-if-theyre-not-focused/59467