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

8 lines
116 B

# -*- mode: snippet -*-
# name: fun_implementation
# key: fim
# --
${1:type} ${2:name}(${3:args})${4: const}
{
$0
}