Initial commit
This commit is contained in:
commit
c7497d689a
31 changed files with 2149 additions and 0 deletions
22
.xinitrc
Executable file
22
.xinitrc
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
#!/bin/sh
|
||||
|
||||
#export XDG_MENU_PREFIX=gnome-
|
||||
#gnome-appearance-properties &
|
||||
|
||||
#setxkbmap -option terminate:ctrl_alt_bksp
|
||||
#setxkbmap us intl
|
||||
|
||||
xset +dpms
|
||||
|
||||
if command numlockx 2> /dev/null
|
||||
then
|
||||
numlockx on
|
||||
fi
|
||||
|
||||
urxvtd -q -f -o
|
||||
|
||||
#gnome-settings-daemon
|
||||
|
||||
#exec ck-launch-session enlightenment_start
|
||||
exec enlightenment_start
|
||||
#exec fluxbox
|
||||
Loading…
Add table
Add a link
Reference in a new issue