-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.xsession
More file actions
executable file
·43 lines (36 loc) · 1.01 KB
/
.xsession
File metadata and controls
executable file
·43 lines (36 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
xsetroot -cursor_name left_ptr
if [ -e ~/.background ]; then
background=~/.background
else
background=/usr/share/backgrounds/default.png
fi
feh --bg-scale ${background}
firefox&
xfce4-terminal&
guake &
nm-applet &
if [[ ${HOSTNAME} == ruminant.randomuser.org ]]; then
# xrandr --output DVI-I-1-1 --left-of HDMI4
# xrandr --output DVI-I-1-1 --auto
echo "stuff"
fi
if [[ ${HOSTNAME} == hermes.home.randomuser.org ]]; then
# do hermes-specific things
echo "stuff" &>/dev/null
stalonetray --geometry 1x1-1340+0 --grow-gravity E -i 24&
# stop doing hermes-specific things
fi
if [[ ${HOSTNAME} == athena-pete9168.rackspace.corp ]]; then
# do things just for the work laptop
ssh -f util.randomuser.org -L7778:util.randomuser.org:7778 -N
evolution &
fix_work_screens
xscreensaver -nosplash &
xinput create-master laptop
xinput reattach "AlpsPS/2 ALPS DualPoint TouchPad" "laptop pointer"
# stop doing work things
stalonetray --geometry 1x1-1340+0 --grow-gravity E -i 24&
pidgin
fi
hexchat&
xmonad