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

5 lines
104 B

# -*- mode: snippet -*-
# name: fun_declaration
# key: f
# --
${1:type} ${2:name}(${3:args})${4: const};