diff options
Diffstat (limited to '.config/awesome/autostart.sh')
-rwxr-xr-x | .config/awesome/autostart.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/awesome/autostart.sh b/.config/awesome/autostart.sh new file mode 100755 index 00000000..8b28cea5 --- /dev/null +++ b/.config/awesome/autostart.sh @@ -0,0 +1,4 @@ +xsetroot -cursor_name left_ptr & +#xcompmgr -c -f -D 3 -C & +/home/curtis/code/c/keycounter/keycounter -f -d -p /home/curtis/.keycounter.pid /home/curtis/.keycount & +gitdocs start & |