Skip to content

Instantly share code, notes, and snippets.

View mal1k-me's full-sized avatar
πŸ‘‹
Open to work

Malik Zouari mal1k-me

πŸ‘‹
Open to work
View GitHub Profile
@mal1k-me
mal1k-me / patch-nocsd.sh
Created November 13, 2025 16:08
Patch `.desktop` Files to Disable Client Side Decorations of GTK 3, GTK 4 and Libadwaita Applications in KDE Plasma on Arch Linux
#!/usr/bin/env bash
# NOTE: Install gtk-nocsd-git from AUR first
set -euo pipefail
readonly WRAPPER_PATH="/usr/local/bin/gtk-nocsd-wrapper"
readonly DEST_DIR="${HOME}/.local/share/applications"
# ────────────────────────────────────────────────────────────────────────────────
@mal1k-me
mal1k-me / install-xlibre.sh
Created November 11, 2025 14:46
Install XLibre's X Server on Chimera Linux
#!/usr/bin/env bash
set -euo pipefail
BASE_DIR="/srv/xlibre/website/chimera/main/x86_64"
PORT=47188
REPO_URL="http://localhost:$PORT/website/chimera/main"
APK_REPOS="/etc/apk/repositories"
# Check for root privileges