dgy
/
hexagons
Archived
1
0
Fork 0
This repository has been archived on 2021-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
hexagons/.local/bin/rld

9 lines
201 B
Bash
Executable File

#!/bin/bash
case $1 in
zsh) source ~/.config/zsh/.zshrc ;;
fonts) fc-cache -v -f ;;
keys) pkill -USR1 -x sxhkd ;;
xres) xrdb ~/.config/X11/xresources ;;
*) echo "Can't help you with that" ;;
esac