Skip to content

Instantly share code, notes, and snippets.

View RedBearAK's full-sized avatar
🐻
Bearish

RedBearAK

🐻
Bearish
View GitHub Profile
@RedBearAK
RedBearAK / kde-qdbus.org
Created June 30, 2024 21:48 — forked from srithon/kde-qdbus.org
A list of all the KDE-related DBus commands on my machine

This document was generated by running the following script

#!/bin/fish

for service in (qdbus "org.kde.*")
  echo "* $service"

  for path in (qdbus "$service")
    echo "** $path"
@RedBearAK
RedBearAK / Disable_Ptyxis_Terminal_Transparency.md
Last active May 16, 2024 03:11
How to disable transparency in Ptyxis terminal emulator

This gist will list instructions for disabling the transparency (or enabling/modifying to opacity) in the Ptyxis terminal emulator.

This first version of the commands is for the Ptyxis app installed as a native (RPM-based) app in Aurora-DX 40. Aurora is a variant of Bluefin, part of the Universal Blue project, using the KDE Plasma 6 desktop environment instead of GNOME. It is based on the Fedora Atomic variant that is still called Kiniote.

The gsettings commands do still work, even if your system is not using GNOME. The app is a GTK app.

gsettings get org.gnome.Ptyxis default-profile-uuid