Skip to content

Instantly share code, notes, and snippets.

View scaramangado's full-sized avatar
🙂

scaramanga scaramangado

🙂
View GitHub Profile
@scaramangado
scaramangado / config.py
Last active February 23, 2022 19:04
Minimal configuration for qtile + polybar bug (~/.config/qtile)
import os
import subprocess
from libqtile import layout, hook, bar
from libqtile.config import Key, Group, Screen
from libqtile.lazy import lazy
meta = "mod4"
alt = "mod1"
ctrl = "control"
@scaramangado
scaramangado / open_bingosync_room.kts
Created July 16, 2021 12:50
Open BingoSync Rooms
import java.net.CookieManager
import java.net.URI
import java.net.http.HttpClient
import java.net.http.HttpRequest
import java.net.http.HttpResponse
val url = "https://bingosync.com"
val cookieManager = CookieManager()
@scaramangado
scaramangado / 00-keyboard.conf
Last active November 24, 2023 04:53
X.org config
# /etc/X11/xorg.conf.d/00-keyboard.conf
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
@scaramangado
scaramangado / streaming-on-linux.md
Last active November 5, 2022 01:42
Streaming on Linux

Streaming on Linux

Goal

  • User GV-USB2 Capture Card
  • Use LiveSplit
  • Show Input Display

GV-USB2 Driver