7 lines
279 B
Plaintext
7 lines
279 B
Plaintext
|
# 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","*"),
|
||
|
]
|