This is a collection of dotfiles and scripts for my bspwm setup
 
 
 
 
 
 

10 lines
107 B

# -*- mode: snippet -*-
# name: guard
# key: grd
# --
#ifndef ${1:GUARD}_H
#define $1_H
$0
#endif // $1_H