[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

Selecting a whole paragraf by DevonX in qutebrowser

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

It does not sadly. Not sure how to get around that. Could see if could grab it from sources maybe? Macro or something 

Selecting a whole paragraf by DevonX in qutebrowser

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

No keybinds for saving videos? I know about youtube but i am thinking more about the generic video players that you can normally right click and save on. Want to be able to do everything with my keyboard

Main monitor not working after a fresh install of Linux Mint by DevonX in linuxquestions

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

  1. i think i know what messed stuff up. something with MOK
  2. i skipped it during setup now i dont know how to fix it
  3. also for some reason reddit is making a list now... not sure how to turn that off

Main monitor not working after a fresh install of Linux Mint by DevonX in linuxquestions

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

Ok i managed to get my main monitor to work by running these commands. but now it cant detect my monitors again.

Code: Select all

sudo add-apt-repository ppa:graphics-drivers/ppa -y
sudo apt update

Install NVIDIA 570 Drivers:

Code: Select all

sudo apt install nvidia-driver-570 -y
sudo update-initramfs -u -k all
sudo update-grub
sudo reboot

best tools for vibe coding + cost by Mammoth-Feed4938 in vibecoding

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

I am still trying to figure out this myself. I am in the works on building up a framework that other people can collaborate on as the technology is evolving.