Skip to content

Instantly share code, notes, and snippets.

@umiswing
umiswing / dwmconfig.h
Created September 27, 2023 18:20 — forked from neuro-sys/dwmconfig.h
dwm volume control
/**
* config.h
* ALT + F11 | F12
*/
static const char *upvol[] = { "amixer", "set", "Master", "3+", NULL };
static const char *downvol[] = { "amixer", "set", "Master", "3-", NULL };
static const char *mutevol[] = { "amixer", "set", "Master", "toggle", NULL };
static Key keys[] = {
@umiswing
umiswing / .bashrc
Last active March 31, 2023 14:01 — forked from algal/colorize-emacs.bashsource
Setting up truecolor (24 bit color) in emacs in the terminal, under iTerm2, blink.sh, and others.
export TERM='xterm-emacs-leg'