Skip to content

Instantly share code, notes, and snippets.

View wxllow's full-sized avatar
:shipit:
hi :)

willow wxllow

:shipit:
hi :)
View GitHub Profile
@wxllow
wxllow / useragent-switcher-preferences(1).json
Created May 11, 2024 20:51
useragent-switcher-preferences for AARCH64/ARM64 Linux (Asahi)
{
"blacklist": [],
"cache": true,
"custom": {
"netflix.com": "Mozilla/5.0 (X11; CrOS x86_64 15633.69.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.6045.212 Safari/537.36"
},
"exactMatch": false,
"faqs": false,
"last-update": 1714282750222,
"log": false,
@wxllow
wxllow / limawithkitty.md
Created December 6, 2023 18:43
Use Lima with Kitty Terminal
infocmp -a xterm-kitty | limactl shell <container> tic -x -o \~/.terminfo /dev/stdin
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-symlinks
- repo: https://github.com/psf/black
feh --bg-fill /home/wl/wallpaper.jpg
Xft.dpi: 224
Xft.antialias: 1
Xft.hinting: 1
Xft.rgba: rgb
Xft.autohint: 0
Xft.hintstyle: hintfull
Xft.lcdfilter: lcdfilter
#!/bin/sh
#/home/wl/.local/resolution
prlcc & # Parallels guest tools
picom & # Compositor
xrdb -merge ~/.Xresources # I need this for hidpi
/home/wl/.local/fehbg # set desktop background (using feh)
#/home/wl/.local/dwmbar & # launch DWM bar (bash script)
awesome
[Desktop Entry]
Encoding=UTF-8
Name=startawesome
Comment=Start awesomewm
Exec=startawesome
Icon=awesome
Type=XSession
@wxllow
wxllow / picom.conf
Created June 5, 2022 01:00
My picom configuration
#################################
# Shadows #
#################################
# Enabled client-side shadows on windows. Note desktop windows
# (windows with '_NET_WM_WINDOW_TYPE_DESKTOP') never get shadow,
# unless explicitly requested using the wintypes option.
#
# shadow = false