Skip to content

Commit

Permalink
add xmodmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Typanski committed Mar 7, 2016
1 parent dc34a33 commit 4348971
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions install.sh
Expand Up @@ -32,6 +32,7 @@ if [ "$OSX" != true ]; then
stow -v --ignore="$I1" --no-folding --target="$HOME" 'xresources'
stow -v --ignore="$I1" --target="$HOME" 'xmonad'
stow -v --ignore="$I1" --no-folding --target="$HOME" 'xbindkeys'
stow -v --ignore="$I1" --no-folding --target="$HOME" 'xmodmap'
stow -v --ignore="$I1" --no-folding --target="$HOME/.weechat" 'weechat'
# individual script links
ln -s $(pwd)'/displaylink.sh/displaylink.sh' "$HOME"'/bin'
Expand Down
3 changes: 1 addition & 2 deletions xmodmap/xmodmap → xmodmap/.xmodmaprc
@@ -1,3 +1,4 @@
clear lock
keycode 8 =
keycode 9 = Escape NoSymbol Escape
keycode 10 = 1 exclam 1 exclam
Expand Down Expand Up @@ -246,5 +247,3 @@ keycode 252 =
keycode 253 =
keycode 254 =
keycode 255 =
keysym XF86Back = Page_Up
keysym XF86Forward = Page_Down
7 changes: 0 additions & 7 deletions xmodmap/install.sh

This file was deleted.

0 comments on commit 4348971

Please sign in to comment.