aboutsummaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rwxr-xr-x.xinitrc22
1 files changed, 22 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
new file mode 100755
index 0000000..ee125fc
--- /dev/null
+++ b/.xinitrc
@@ -0,0 +1,22 @@
+#!/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 ''
+ setxkbmap -option 'grp:alt_space_toggle'
+ setxkbmap -option 'grp:shift_toggle'
+ setxkbmap -option 'grp_led:caps'
+ setxkbmap -option 'caps:escape'
+ #setxkbmap -option 'ctrl:swapcaps'
+ #setxkbmap -option 'ctrl:nocaps'
+
+ #if [ -f $HOME/.Xmodmap ]; then
+ # /usr/bin/xmodmap $HOME/.Xmodmap
+ #fi