526cc3926998

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 17 Nov 2019 16:43:27 -0500
parents 649ada124bdc (diff) 5a3902856597 (current diff)
children f72933c0bca0
branches/tags (none)
files stumpwmrc vim/vimrc

Changes

--- a/eqclient.ini	Mon Nov 11 20:46:32 2019 -0500
+++ b/eqclient.ini	Sun Nov 17 16:43:27 2019 -0500
@@ -55,8 +55,8 @@
 WindowedModeXOffset=0
 WindowedModeYOffset=0
 Music=0
-SoundVolume=7
-Gamma=20.000000
+SoundVolume=1
+Gamma=20
 SpellParticleOpacity=0.480000
 EnvironmentParticleOpacity=1.000000
 ActorParticleOpacity=1.000000
@@ -535,7 +535,7 @@
 KEYMAPPING_PARTY5_1=1073741888
 KEYMAPPING_TARGETPC_1=1073741889
 KEYMAPPING_AUTORUN_1=43
-KEYMAPPING_SIT_STAND_2=44
+KEYMAPPING_SIT_STAND_2=0
 KEYMAPPING_SIT_STAND_1=44
 KEYMAPPING_TARGETNPC_2=0
 KEYMAPPING_CYCLENPCTARGETS_1=1073741867
@@ -545,3 +545,7 @@
 KEYMAPPING_HOT1_8_2=41
 KEYMAPPING_ZOOMIN_2=26
 KEYMAPPING_ZOOMOUT_2=27
+KEYMAPPING_HOT1_4_2=0
+KEYMAPPING_TARGETME_2=0
+KEYMAPPING_PARTY1_2=0
+KEYMAPPING_CYCLEREPLY_1=0
--- a/stumpwmrc	Mon Nov 11 20:46:32 2019 -0500
+++ b/stumpwmrc	Sun Nov 17 16:43:27 2019 -0500
@@ -543,7 +543,7 @@
 (define-top-keys ;; timers
   ("s-F7"  "tea-timer")
   ("s-F9"  "run-pop-timer")
-  ("s-F10" "set-pop-timer")
+  ("s-F8" "set-pop-timer")
   ("s-p"   "posture-start")
   ("s-P"   "posture-stop")
   ("s-y"   "posture-answer-yes")
--- a/vim/vimrc	Mon Nov 11 20:46:32 2019 -0500
+++ b/vim/vimrc	Sun Nov 17 16:43:27 2019 -0500
@@ -2121,6 +2121,7 @@
 
 nmap <leader>c <Plug>CommentaryLine
 xmap <leader>c <Plug>Commentary
+nmap <leader>C gcip
 
 augroup plugin_commentary
     au!