Skip to content

Instantly share code, notes, and snippets.

View christopherdolan's full-sized avatar

Christopher Dolan christopherdolan

  • Pasadena, CA, USA
View GitHub Profile
@mmstick
mmstick / xanmod-install.sh
Last active October 4, 2023 18:43
Script for installing xanmod on Pop!_OS
#!/bin/bash
set -e
for field in $(cat /proc/cmdline); do
if [[ "${field}" = root=* ]]; then
UUID=$(echo $field | awk -F= '{print $3}')
break
fi
done
@windwp
windwp / i3-swallow.py
Last active January 4, 2023 11:27
i3-swallow used to swallow a terminal window in i3
#!/usr/bin/env python3
#-----------------------------------------------
# used to swallow a terminal window in i3
#
# INSTALL
# Install python 3 and install i3ipc libary
# pip3 install i3ipc
# download this scrript and put it to your i3 config folder and run