Skip to content

Instantly share code, notes, and snippets.

View ekollof's full-sized avatar
💭
All my repos have moved to https://git.hackerheaven.org/ekollof

Emiel (Andrath) Kollof ekollof

💭
All my repos have moved to https://git.hackerheaven.org/ekollof
View GitHub Profile
# 256colors
set -g default-terminal "tmux-256color"
set -ga terminal-overrides ",*:Tc"
# trans background
set-option -g status-style bg=default
# workaround for Alacritty opacity issue
set -g window-style 'fg=colour250'
set -g window-active-style 'fg=colour255'
@ekollof
ekollof / 99-gpd-pocket4-touchscreen.rules
Created September 9, 2025 20:21
Config snippets for the GPD Pocket 4
# NOTE: This will disable touch screen in KDE6/Wayland
SUBSYSTEM=="input", ACTION=="add|change", KERNEL=="event*", ATTRS{name}=="NVTK0603:00 0603:F001", ENV{LIBINPUT_CALIBATION_MATRIX}="0 1 0 -1 0 1"