Initial commit

This commit is contained in:
natemaia
2017-10-16 12:38:02 -07:00
commit f6fd221a54
131 changed files with 10444 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# OB_Autostart config
LAUNCH_LIST = [
("Enable window snapping","opensnap --daemon -c /etc/opensnap","0","*"),
("Turn on numlock","numlockx","0","*"),
("Enable skippy-xd window switcher","skippy-xd --config $HOME/.config/skippy-xd/skippy-xd.rc --start-daemon","1","*"),
]