aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2018-11-30 00:41:12 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2018-11-30 00:41:12 +0100
commitbd5563a5f9301aa8dd089bd06e4ff0c4f8633a5f (patch)
tree16db5dda14091193d65dd3a100707ef72ab7d65a
parenta6e8799fac3d06ae15ceb662bc0424501e4c003c (diff)
downloaddotfiles-bd5563a5f9301aa8dd089bd06e4ff0c4f8633a5f.tar.gz
dotfiles-bd5563a5f9301aa8dd089bd06e4ff0c4f8633a5f.tar.bz2
dotfiles-bd5563a5f9301aa8dd089bd06e4ff0c4f8633a5f.zip
Better border
-rwxr-xr-xbash/.bashrc7
-rwxr-xr-xchunkwm/.chunkwmrc8
2 files changed, 4 insertions, 11 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 9917109..fe96ef6 100755
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -210,10 +210,3 @@ if exists xcrun; then
210fi 210fi
211 211
212# vim: set ts=4 sw=4 tw=0 et : 212# vim: set ts=4 sw=4 tw=0 et :
213
214# tabtab source for serverless package
215# uninstall by removing these lines or running `tabtab uninstall serverless`
216[ -f /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/serverless.bash ] && . /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/serverless.bash
217# tabtab source for sls package
218# uninstall by removing these lines or running `tabtab uninstall sls`
219[ -f /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/sls.bash ] && . /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/sls.bash \ No newline at end of file
diff --git a/chunkwm/.chunkwmrc b/chunkwm/.chunkwmrc
index bed822e..1443ca0 100755
--- a/chunkwm/.chunkwmrc
+++ b/chunkwm/.chunkwmrc
@@ -111,11 +111,11 @@ chunkc set window_use_cgs_move 0
111# 111#
112 112
113chunkc set focused_border_color 0xff0f6288 113chunkc set focused_border_color 0xff0f6288
114chunkc set focused_border_width 5 114chunkc set focused_border_width 2
115chunkc set focused_border_radius 0 115chunkc set focused_border_radius 4
116chunkc set focused_border_outline 0 116chunkc set focused_border_outline 0
117chunkc set focused_border_skip_floating 0 117chunkc set focused_border_skip_floating 1
118chunkc set focused_border_skip_monocle 0 118chunkc set focused_border_skip_monocle 1
119 119
120# 120#
121# NOTE: the following are config variables for the chunkwm-ffm plugin. 121# NOTE: the following are config variables for the chunkwm-ffm plugin.