forked from Donearm/configs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.xinitrc
executable file
·33 lines (28 loc) · 955 Bytes
/
.xinitrc
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
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
#
# Terminate X with Ctrl+Alt+Backspace
setxkbmap -option terminate:ctrl_alt_bksp &
# Load some programs from standard ArchLinux's xorg-xinit package
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
# Start ttytter inside screen/tmux, but only if it's not already running
#/mnt/documents/Script/ttytter_startup.sh
# exporting LANG before launching awesome. It's needed when on runlevel
# 5 and not using a display manager
#LANG=it_IT.utf8 exec nohup &> /dev/null dbus-launch ck-launch-session awesome
exec awesome
#exec openbox-session
# exec /opt/kde/bin/startkde
#exec gnome-session
# exec ck-launch-session /mnt/documents/Script/compiz_start.sh
#exec /mnt/documents/Script/dwm_start.sh
#exec /home/gianluca/monsterwm_start.sh
#exec /mnt/documents/Script/old_scripts/xmonad_start.sh