aboutsummaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2014-01-18 23:18:49 +0100
committerDavid Runge <david.runge@frqrec.com>2014-01-18 23:18:49 +0100
commitd8016cb73c4b762465348f44b18e466b8d2a98fc (patch)
tree016aac5db97863c86aeeb8dc368a8ec6a0c53ef8 /.xinitrc
parent158bca458a49182ddd7804647cc01c2084e91a9f (diff)
downloaddotfiles-d8016cb73c4b762465348f44b18e466b8d2a98fc.tar.gz
dotfiles-d8016cb73c4b762465348f44b18e466b8d2a98fc.tar.bz2
dotfiles-d8016cb73c4b762465348f44b18e466b8d2a98fc.tar.xz
dotfiles-d8016cb73c4b762465348f44b18e466b8d2a98fc.zip
Removing screen settings from .xinitrc
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