aboutsummaryrefslogtreecommitdiffstats
path: root/.xinitrc
blob: a2d3142f39e8e85833012600060e6d0293430613 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/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

if [[ $HOSTNAME == *pitheunlord* ]]; then
  /usr/bin/awesome &> ~/.log/awesome.log &
fi