Facebook
From Chunky Tern, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 82
  1. #!/bin/sh
  2.  
  3. xrdb $HOME/.Xresources
  4. # -solid grey gaves us a real mouse pointer instead of the default X
  5. xsetroot -solid grey -cursor_name left_ptr
  6. # Allow copy & paste when ClientCutText is set to true on the client side
  7. autocutsel -fork
  8.  
  9. export XKL_XMODMAP_DISABLE=1
  10. /etc/X11/Xsession