Skip to content

Instantly share code, notes, and snippets.

@pmbaumgartner
Last active June 4, 2016 19:13
Show Gist options
  • Select an option

  • Save pmbaumgartner/44e14d047ea4d4dc1ab569242d515322 to your computer and use it in GitHub Desktop.

Select an option

Save pmbaumgartner/44e14d047ea4d4dc1ab569242d515322 to your computer and use it in GitHub Desktop.
xstartup for left cursor
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey -cursor_name left_ptr
autocutsel -fork
#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#x-window-manager &
# Fix to make GNOME work
export XKL_XMODMAP_DISABLE=1
/etc/X11/Xsession
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment