From 67b0ec5741d327d27afe88783d85fcf2c4c4f204 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 3 Nov 2013 12:30:45 +0100 Subject: First commit --- .xinitrc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 .xinitrc (limited to '.xinitrc') 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 -- cgit v1.2.3-54-g00ecf