infocmp -a xterm-kitty | limactl shell <container> tic -x -o \~/.terminfo /dev/stdin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feh --bg-fill /home/wl/wallpaper.jpg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Xft.dpi: 224 | |
Xft.antialias: 1 | |
Xft.hinting: 1 | |
Xft.rgba: rgb | |
Xft.autohint: 0 | |
Xft.hintstyle: hintfull | |
Xft.lcdfilter: lcdfilter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Encoding=UTF-8 | |
Name=startawesome | |
Comment=Start awesomewm | |
Exec=startawesome | |
Icon=awesome | |
Type=XSession |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################# | |
# 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 |