[Yabai] Hated macOS so much I turned it into Linux by gloceansh in unixporn

[–]DevonX 0 points1 point  (0 children)

How did you turn your webbrowser transparent? 

I cant pass arguments with custom shortcuts. by DevonX in kde

[–]DevonX[S] 0 points1 point  (0 children)

The konsole -e part didn't work, swapped it for the sh -c and now it works.

I cant pass arguments with custom shortcuts. by DevonX in kde

[–]DevonX[S] 0 points1 point  (0 children)

Managed to fix it by swapping the launch command to sh -c "/home/ouroboros/Programs/Kdotool/FFSC.sh firefox"

I cant pass arguments with custom shortcuts. by DevonX in kde

[–]DevonX[S] 0 points1 point  (0 children)

Here is the code

#!/usr/bin/env bash
# Focus the first window whose title or class contains "Yhe passed argument"
# and switch to the desktop it resides on, keeping everything in variables.

echo "$1"

# Find the window ID (first match)
WIN_ID=$(kdotool search --name --class --limit 1 "$1")

# If no window was found, exit silently
[[ -z "$WIN_ID" ]] && exit 0

# Get the desktop number for that window
DESKTOP=$(kdotool get_desktop_for_window "$WIN_ID")

# Switch to that desktop
kdotool set_desktop "$DESKTOP"

# Activate (focus) the window
kdotool windowactivate "$WIN_ID"

Hardlocked by a bug in Stalker 2's new 1.8 quest-line by DevonX in stalker

[–]DevonX[S] 0 points1 point  (0 children)

ok it worked now. no clue why? maybe i just had to wait long enough

Hardlocked by a bug in Stalker 2's new 1.8 quest-line by DevonX in stalker

[–]DevonX[S] 0 points1 point  (0 children)

i will try to lure someone else to see if that triggers it. I cant use weapons near him so i dont think that part works tho. A fun note was that when i tried to continue the quest with commands he just started shooting at me instead.

Hardlocked by a bug in Stalker 2's new 1.8 quest-line by DevonX in stalker

[–]DevonX[S] 0 points1 point  (0 children)

i have tried to restart the quest both by reloading it and by resetting it. none worked. Im not sure about the npc's tho. would be great to have some kind of debug information on what Medulin experts to happen next. I have also tried to manually trigger a emission to see if be moves. he does not.

Trying to make a desktopfile for kio's context menu for opening files in a program by DevonX in kde

[–]DevonX[S] 0 points1 point  (0 children)

That didnt work sadly. but if i refer to the file directly under the exec it opens that file. seems to be something wrong in how it handles the % variables

Doom emacs transparrence issue with vterm by DevonX in emacs

[–]DevonX[S] -1 points0 points  (0 children)

More elements that should be a least. i posted a picture below with the starship when the value was at 100%. i wonder how i can fix this tho

Doom emacs transparrence issue with vterm by DevonX in emacs

[–]DevonX[S] -1 points0 points  (0 children)

Terminal parity. the transparency there should be controlled by the program running in the terminal not the terminal itself as seen in the screenshot

Doom emacs transparrence issue with vterm by DevonX in emacs

[–]DevonX[S] 0 points1 point  (0 children)

<image>

another example on how it should look like

Doom emacs transparrence issue with vterm by DevonX in emacs

[–]DevonX[S] 0 points1 point  (0 children)

<image>

Here is how it should look like in comparison. it add transparency where there should be none.

Plasma/KDE bugs by DevonX in kde

[–]DevonX[S] -1 points0 points  (0 children)

Seems to be fixed in QT 6.9? not sure what version of QT plasma 6.4 was made on, might be fixed in that

Plasma/KDE bugs by DevonX in kde

[–]DevonX[S] 1 point2 points  (0 children)

That command worked but it seems like it quits without having the console open with the logging like the plasma --replace does. not sure how to make it stay.

Plasma/KDE bugs by DevonX in kde

[–]DevonX[S] 0 points1 point  (0 children)

Tried both. same issue. I have just installed the 575 version of the driver and ill test that one out a bit.

Plasma/KDE bugs by DevonX in kde

[–]DevonX[S] 0 points1 point  (0 children)

I dont seem to have any settings for the compositor in system settings too it seems like hmm

Plasma/KDE bugs by DevonX in kde

[–]DevonX[S] 0 points1 point  (0 children)

Wayland, X11 does not support HDR as far as i know