--- a/.hgsubstate Mon Oct 29 14:02:07 2018 -0400
+++ b/.hgsubstate Wed Oct 31 12:43:56 2018 -0400
@@ -36,5 +36,5 @@
40ffc87ba3eabf299c50ace52be39c1573d0976a vim/bundle/vim-go
5d5c71044880443035e07009497962feacb56b20 vim/bundle/vimtex
bf3fd7f67e730f93765bd3c1cfcdb18fd4043521 vim/bundle/vitality
-e11566f89afdb7745bd2c1f17c2cd4daf4bbcab9 vim/bundle/vlime
+16b96feec48c207591cea80882818e5d24a03c43 vim/bundle/vlime
6876fe38b33732cb124d415ffc4156f16da5e118 vim/bundle/windowswap
--- a/Xmodmap Mon Oct 29 14:02:07 2018 -0400
+++ b/Xmodmap Wed Oct 31 12:43:56 2018 -0400
@@ -14,6 +14,27 @@
keycode 20 = semicolon underscore
keycode 108 = Mode_switch
+keycode 900 = F16
+keycode 901 = F17
+keycode 902 = F18
+keycode 903 = F19
+keycode 904 = F20
+keycode 905 = F21
+keycode 906 = F22
+keycode 907 = F23
+keycode 908 = F24
+keycode 909 = F25
+keycode 910 = F26
+keycode 911 = F27
+keycode 912 = F28
+keycode 913 = F29
+keycode 914 = F30
+keycode 915 = F31
+keycode 916 = F32
+keycode 917 = F33
+keycode 918 = F34
+keycode 919 = F35
+
add control = Control_L
add mod1 = Alt_L
add mod2 = Num_Lock
--- a/bin/bootstrap.sh Mon Oct 29 14:02:07 2018 -0400
+++ b/bin/bootstrap.sh Wed Oct 31 12:43:56 2018 -0400
@@ -55,6 +55,7 @@
ensure_link "src/dotfiles/vim/vimrc" ".vimrc"
ensure_link "src/dotfiles/w3m-keymap" ".w3m/keymap"
ensure_link "src/dotfiles/weechat" ".weechat"
+ensure_link "src/dotfiles/xbindkeysrc" ".xbindkeysrc"
ensure_link "src/dotfiles/xsessionrc" ".xsessionrc"
echo done
--- a/bin/keysettings Mon Oct 29 14:02:07 2018 -0400
+++ b/bin/keysettings Wed Oct 31 12:43:56 2018 -0400
@@ -2,3 +2,6 @@
xmodmap ~/.Xmodmap
xset r rate 220 55
+
+killall xbindkeys
+xbindkeys
--- a/gitconfig Mon Oct 29 14:02:07 2018 -0400
+++ b/gitconfig Wed Oct 31 12:43:56 2018 -0400
@@ -58,7 +58,6 @@
delete-local-branch = branch -D
delete-local-reference-to-remote-branch = "!sh -c 'git branch -rd $1/$2' -"
delete-remote-branch = "!sh -c 'git push $1 --delete $2' -"
- ; delete-branch = "!sh -c 'git delete-local-branch $1; git delete-local-reference-to-remote-branch origin/$1; git delete-local-reference-to-remote-branch upstream/$1' -"
delete-branch = "!sh -c 'git delete-local-branch $1; git remotes | cut -f1 | sort | uniq | xargs -n1 -J % git delete-local-reference-to-remote-branch % $1' -"
currentbranch = rev-parse --abbrev-ref HEAD
--- a/stumpwmrc Mon Oct 29 14:02:07 2018 -0400
+++ b/stumpwmrc Wed Oct 31 12:43:56 2018 -0400
@@ -350,6 +350,10 @@
("H-F11" "toggle-current-mode-line")
("H-F12" "refresh-heads"))
+(define-top-keys ;; mouse
+ ("F35" "next-in-frame")
+ ("F34" "prev-in-frame"))
+
(stumpwm::unbind-remapped-keys)
(define-remapped-keys
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/xbindkeysrc Wed Oct 31 12:43:56 2018 -0400
@@ -0,0 +1,5 @@
+"xte 'key F34'"
+ b:8
+
+"xte 'key F35'"
+ b:9