From 3d4a42a35204fc8860d9a2a7daf6d78149fad780 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Aug 2013 16:14:16 -0400 Subject: add .config/wmii-hg for bleeding wmii --- .config/wmii-hg/autostart | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 .config/wmii-hg/autostart (limited to '.config/wmii-hg/autostart') diff --git a/.config/wmii-hg/autostart b/.config/wmii-hg/autostart new file mode 100755 index 0000000..dc37f40 --- /dev/null +++ b/.config/wmii-hg/autostart @@ -0,0 +1,11 @@ +#!/bin/bash +. include.sh + +daemon lxpanel &> /dev/null +daemon nm-applet &> /dev/null +daemon notifyd &> /dev/null + +#Action rbar_cpu 01 & +#Action rbar_wifi 97 & +Action rbar_battery 98 & +Action rbar_clock 99 & -- cgit v1.2.3-2-g168b From 969b0e66938b7690007bf2d0ede1fa93e7a5ff61 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 18 Sep 2013 13:55:27 -0400 Subject: wmii-hg: run xcompmgr to add window effects (such as transparency) --- .config/wmii-hg/autostart | 1 + 1 file changed, 1 insertion(+) (limited to '.config/wmii-hg/autostart') diff --git a/.config/wmii-hg/autostart b/.config/wmii-hg/autostart index dc37f40..8b04940 100755 --- a/.config/wmii-hg/autostart +++ b/.config/wmii-hg/autostart @@ -1,6 +1,7 @@ #!/bin/bash . include.sh +daemon xcompmgr &> /dev/null daemon lxpanel &> /dev/null daemon nm-applet &> /dev/null daemon notifyd &> /dev/null -- cgit v1.2.3-2-g168b From a092749c672c997a40decb1afd1dd20fdc9deb60 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 18 Sep 2013 13:57:25 -0400 Subject: use dunst instead of xfce4-notifyd --- .config/wmii-hg/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/wmii-hg/autostart') diff --git a/.config/wmii-hg/autostart b/.config/wmii-hg/autostart index 8b04940..23de062 100755 --- a/.config/wmii-hg/autostart +++ b/.config/wmii-hg/autostart @@ -4,7 +4,7 @@ daemon xcompmgr &> /dev/null daemon lxpanel &> /dev/null daemon nm-applet &> /dev/null -daemon notifyd &> /dev/null +daemon dunst &> /dev/null #Action rbar_cpu 01 & #Action rbar_wifi 97 & -- cgit v1.2.3-2-g168b