aboutsummaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rwxr-xr-x.xinitrc12
1 files changed, 0 insertions, 12 deletions
diff --git a/.xinitrc b/.xinitrc
index a2d3142..2844cdd 100755
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,13 +1,4 @@
#!/bin/sh
-# Start a D-Bus session
-#source /etc/X11/xinit/xinitrc.d/30-dbus
-#Start GNOME Keyring
-#val $(/usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh)
-#You probably need to do this too:
-# export GNOME_KEYRING_CONTROL GNOME_KEYRING_PID GPG_AGENT_INFO SSH_AUTH_SOCK
-
-
-
#X11 keyboard maps
setxkbmap -layout de
setxkbmap -option ''
@@ -22,6 +13,3 @@ setxkbmap -option 'caps:escape'
# /usr/bin/xmodmap $HOME/.Xmodmap
#fi
-if [[ $HOSTNAME == *pitheunlord* ]]; then
- /usr/bin/awesome &> ~/.log/awesome.log &
-fi