aboutsummaryrefslogtreecommitdiffstats
path: root/.xinitrc
blob: ee125fc53b4ac3683da019e2405c2baeb41197f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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