diff --git a/autorun.lua.example b/autorun.lua.example new file mode 100644 index 0000000..703b6a9 --- /dev/null +++ b/autorun.lua.example @@ -0,0 +1,15 @@ +run_once("xscreensaver", "-no-splash") -- starts screensaver daemon +run_once("xsetroot", "-cursor_name left_ptr") -- sets the cursor icon + +run_once("awsetbg", "-c", "-r", "~/Pictures/Wallpaper") + +--run_once("redshift", "-o -l 0:0 -b 0.5 -t 6500:6500") -- brightness +run_once("fcitx") -- fcitx +run_once(os.getenv("HOME") .. "/.local/bin/flux.sh") -- flux +run_once(os.getenv("HOME") .. "/.dropbox-dist/dropboxd") -- dropbox +run_once("nm-applet", "--sm-disable") -- networking + +run_once("wmname", "LG3D") -- java fix + +run_once("sh " .. os.getenv("HOME") .. "/.screenlayout/dual-monitor.sh") -- set screens up +