Skip to content

Instantly share code, notes, and snippets.

View fluffy-kaiju's full-sized avatar
🐺
cOwOding like a H@ck€r 👉👈

Fluffy_Kaiju fluffy-kaiju

🐺
cOwOding like a H@ck€r 👉👈
View GitHub Profile
@fluffy-kaiju
fluffy-kaiju / logid.cfg
Created November 8, 2024 19:44
Logitech MX Master 3S logid.cfg logiops
#/etc/logid.cfg
devices: (
{
name: "MX Master 3S";
smartshift:
{
on: true;
threshold: 10;
@fluffy-kaiju
fluffy-kaiju / docker-compose.yaml
Last active July 11, 2023 11:13
wireguard-ui docker compose setup
version: "3"
services:
wireguard:
restart: always
image: linuxserver/wireguard:latest
container_name: wireguard
cap_add:
- NET_ADMIN
volumes:
@fluffy-kaiju
fluffy-kaiju / Makefile
Last active June 15, 2022 14:11
My Makefile template
# **************************************************************************** #
# #
# ::: :::::::: #
# Makefile :+: :+: :+: #
# +:+ +:+ +:+ #
# By: mahadad <[email protected]> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2021/11/09 08:35:24 by mahadad #+# #+# #
# Updated: 2022/06/08 12:20:47 by mahadad ### ########.fr #
# #
#!/bin/bash
d_print () {
screen -XS MCB stuff "tellraw @a {\"text\":\"$1\"}\n"
}
d_exe () {