270d58497577

More
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 06 Feb 2019 13:05:30 -0500
parents 6f429206629f
children 4befa7736844
branches/tags (none)
files .hgsubstate fish/config.fish stumpwmrc

Changes

--- a/.hgsubstate	Sat Feb 02 15:58:34 2019 -0500
+++ b/.hgsubstate	Wed Feb 06 13:05:30 2019 -0500
@@ -2,7 +2,7 @@
 1fc4a9fbead7e0acc4c828b346f3be2658ec3df9 mercurial/templates
 b6a8b49e2173ba5a1b34d00e68e0ed8addac3ebd vim/bundle/abolish
 a16a9b63eb85cc0960a7f25c54647ac1f99f3360 vim/bundle/ack
-1f53767227f0931e00a9e31e44c13633e563cd4c vim/bundle/badwolf
+d0bec1e6ea5d4a036cbbb8693a94583b91778ecc vim/bundle/badwolf
 b542a7bc4d9bc5da8fb12e110fe7975131fb57a4 vim/bundle/clam
 8295187ea1210138c0b171d8e3ec3569936f4c1a vim/bundle/commentary
 c6d1fc5e58d689bfb104ff336aeb89d9ef1b48e2 vim/bundle/ctrlp
--- a/fish/config.fish	Sat Feb 02 15:58:34 2019 -0500
+++ b/fish/config.fish	Wed Feb 06 13:05:30 2019 -0500
@@ -98,6 +98,15 @@
 
 set -g -x GPG_TTY (tty)
 
+# Less Colors for Man Pages
+set -g -x LESS_TERMCAP_mb (printf '\e[01;31m')       # begin blinking
+set -g -x LESS_TERMCAP_md (printf '\e[01;38;5;74m')  # begin bold
+set -g -x LESS_TERMCAP_me (printf '\e[0m')           # end mode
+set -g -x LESS_TERMCAP_se (printf '\e[0m')           # end standout-mode
+set -g -x LESS_TERMCAP_so (printf '\e[38;5;246m')    # begin standout-mode - info box
+set -g -x LESS_TERMCAP_ue (printf '\e[0m')           # end underline
+set -g -x LESS_TERMCAP_us (printf '\e[04;38;5;146m') # begin underline
+
 # }}}
 # Python {{{
 
--- a/stumpwmrc	Sat Feb 02 15:58:34 2019 -0500
+++ b/stumpwmrc	Wed Feb 06 13:05:30 2019 -0500
@@ -194,7 +194,7 @@
                                    (,extern ("--primary"))
                                    ;; (,extern ("--mode" "2560x1440"))
                                    ;; (,extern ("--right-of" ,laptop))
-                                   (,extern ("--left-of" ,laptop))
+                                   (,extern ("--right-of" ,laptop))
                                    )
         do (pr (uiop:run-program `("xrandr" "--output" ,output ,@commands)))))