Skip to content

Instantly share code, notes, and snippets.

@bitjockey42
Last active August 29, 2015 14:07
Show Gist options
  • Save bitjockey42/9b313796e712747e39eb to your computer and use it in GitHub Desktop.
Save bitjockey42/9b313796e712747e39eb to your computer and use it in GitHub Desktop.
settings on chromebook
# Disable touchpad when typing
syndaemon -t -k -i 2 &
xmodmap ~/.Xmodmap
nm-applet &
dropboxd &
redshift-gtk &
# Initialize awesome WM
exec awesome
# Start a D-Bus session
source /etc/X11/xinit/xinitrc.d/30-dbus
# Start GNOME Keyring
eval $(/usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh)
# You probably need to do this too:
export SSH_AUTH_SOCK
export GPG_AGENT_INFO
export GNOME_KEYRING_CONTROL
export GNOME_KEYRING_PID
! Natural Scrolling
pointer = 1 2 3 5 4 7 6 8 9 10 11 12
clear control
clear mod4
clear mod1
keycode 64 = Alt_L
keycode 108 = Alt_R
keycode 133 = Super_L
keycode 113 = Control_R
add control = Control_L Super_L
add mod4 = Hyper_L Super_R Alt_R
add mod1 = Alt_L
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment