Skip to content

Commit

Permalink
autorun.lua example
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Mar 10, 2015
1 parent d32162a commit 431258a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions autorun.lua.example
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 431258a

Please sign in to comment.