Skip to content

Instantly share code, notes, and snippets.

View killajoe's full-sized avatar
🏓
PinPong

Johannes Kamprad killajoe

🏓
PinPong
View GitHub Profile
@killajoe
killajoe / ddcutil_interrogate.txt
Created April 12, 2024 19:25
ddcutil interrogate // ddcutil coredumps with nvidia drivers
Setting output level very-verbose...
Setting maximum retries...
Forcing --stats...
Forcing --disable-capabilities-cache
Forcing --force-slave-address..
This command will take a while to run...
The following tests probe the runtime environment using multiple overlapping methods.
Set environment variable SYSENV_QUICK_TEST or option --quickenv to skip some long-running tests.
Current time (local): 2024-04-12 21:02:09 CEST
@killajoe
killajoe / config.jsonc
Created December 4, 2024 15:10
fastfetch config EndeavourOS kitty
{
"logo": {
"source": "$(find \"${XDG_CONFIG_HOME:-$HOME/.config}/fastfetch/pngs/\" -name \"*.png\" | sort -R | head -1)",
"height": 15
},
"display": {
"separator": " : "
},
"modules": [
{
@killajoe
killajoe / set-xcfe4-wallpaper.bash
Created January 7, 2025 20:37
adding EndavourOS wallpaper properly for each detected display and all 4 workspaces
#!/bin/bash
# Path to the configuration file
CONFIG_FILE="$HOME/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml"
# Path to the wallpaper image
IMAGE_PATH="/usr/share/endeavouros/backgrounds/endeavouros-wallpaper-dark.png"
# Get the list of connected monitors using xrandr
MONITORS=$(xrandr | grep ' connected' | awk '{print $1}')