.xsession

Mon, 09 Jun 2014 01:56:14 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 09 Jun 2014 01:56:14 -0400
branch
mhoward-lt
changeset 39
be664145f2fa
parent 24
a2483b35192d
permissions
-rwxr-xr-x

Covered this in system touchpad setup

24
a2483b35192d Further X session setup
Meredith Howard <mhoward@roomag.org>
parents: 23
diff changeset
1 #!/bin/bash
a2483b35192d Further X session setup
Meredith Howard <mhoward@roomag.org>
parents: 23
diff changeset
2
a2483b35192d Further X session setup
Meredith Howard <mhoward@roomag.org>
parents: 23
diff changeset
3 export PATH="$HOME/.plenv/bin:$PATH"
a2483b35192d Further X session setup
Meredith Howard <mhoward@roomag.org>
parents: 23
diff changeset
4 eval "$(plenv init -)"
a2483b35192d Further X session setup
Meredith Howard <mhoward@roomag.org>
parents: 23
diff changeset
5
a2483b35192d Further X session setup
Meredith Howard <mhoward@roomag.org>
parents: 23
diff changeset
6 export PATH="$HOME/.rbenv/bin:$PATH"
a2483b35192d Further X session setup
Meredith Howard <mhoward@roomag.org>
parents: 23
diff changeset
7 eval "$(rbenv init -)"
a2483b35192d Further X session setup
Meredith Howard <mhoward@roomag.org>
parents: 23
diff changeset
8
a2483b35192d Further X session setup
Meredith Howard <mhoward@roomag.org>
parents: 23
diff changeset
9
23
a61d6f99a162 Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
10 /usr/bin/xset b off
a61d6f99a162 Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
11
a61d6f99a162 Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
12 /usr/bin/syndaemon -i 1 -d
a61d6f99a162 Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
13
24
a2483b35192d Further X session setup
Meredith Howard <mhoward@roomag.org>
parents: 23
diff changeset
14 /usr/bin/xcompmgr -n &>/dev/null </dev/null &
a2483b35192d Further X session setup
Meredith Howard <mhoward@roomag.org>
parents: 23
diff changeset
15 /usr/bin/xscreensaver -nosplash &>/dev/null </dev/null &
23
a61d6f99a162 Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
16 /usr/bin/xfce4-power-manager
a61d6f99a162 Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
17
a61d6f99a162 Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
18 /usr/bin/pulseaudio --daemonize
a61d6f99a162 Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
19
a61d6f99a162 Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
20 /usr/bin/nm-applet &>/dev/null </dev/null &
a61d6f99a162 Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
21
a61d6f99a162 Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
22
a61d6f99a162 Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
23 exec i3
a61d6f99a162 Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
24

mercurial