You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
981 B
42 lines
981 B
#!/bin/sh
|
|
|
|
#(dual-screen.sh)
|
|
|
|
#(/usr/local/libexec/polkit-gnome-authentication-agent-1) &
|
|
|
|
(sleep 2 && compton) &
|
|
|
|
(sleep 2 && nitrogen --restore) &
|
|
(sleep 2 && /usr/local/libexec/gconfd-2) &
|
|
(sleep 2 && xscreensaver -no-splash) &
|
|
(sleep 2 && dunst -config ~/.config/dunst.rc) &
|
|
|
|
(sleep 2 && tint2 -c ~/.config/tint2/panel.tint2rc) &
|
|
(sleep 2 && tint2 -c ~/.config/tint2/launcher.tint2rc) &
|
|
(sleep 2 && tint2 -c ~/.config/tint2/voice-panel.tint2rc) &
|
|
(sleep 2 && bbpager-start) &
|
|
(sleep 2 && yeahconsole-start) &
|
|
|
|
#(sleep 2 && cairo-calendar 5) &
|
|
(sleep 2 && conky-hw-monitor 2) &
|
|
(sleep 2 && conky-clock 2) &
|
|
(sleep 2 && conky-mpd5 2) &
|
|
|
|
# Dynamic applications menu
|
|
(sleep 2 && regen-app-menu) &
|
|
(sleep 2 && apps-monitor) &
|
|
|
|
# Syncthing service
|
|
(sleep 2 && syncthing -home="${HOME}/.config/syncthing" -no-browser >/dev/null 2>&1) &
|
|
|
|
(
|
|
I=
|
|
while [ "${I}" == "" ]; do
|
|
sleep 1
|
|
I=$( xwininfo -name tint2_main_panel | grep id: | cut -d' ' -f4 )
|
|
done
|
|
sleep 2
|
|
xxkb &
|
|
dsbmixer -i &
|
|
) &
|
|
|
|
|