diff options
author | shmibs <shmibs@gmail.com> | 2014-05-03 20:45:29 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-05-03 20:45:29 -0700 |
commit | b77c909e0c03638004ba2e04f283934da8058d37 (patch) | |
tree | 11377ff69e09cf5ff04550744b5a6ecfd0da0f79 /.config/herbstluftwm/autostart | |
parent | 6ad86300c4e2a6e4778dc9a86436b95fd59e36a7 (diff) | |
download | dotfiles-b77c909e0c03638004ba2e04f283934da8058d37.tar.gz |
added easy comment bindings
per-file type commenting with one
simple keybinding
Diffstat (limited to '.config/herbstluftwm/autostart')
-rwxr-xr-x | .config/herbstluftwm/autostart | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index e543bb9..3089516 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -1,13 +1,9 @@ #!/bin/bash # define colours -#bg_normal='#2d2d2d' -#fg_normal='#dcdcdc' -#bg_focus='#d64937' -#fg_focus='#fcfcfc' -bg_normal='#2b2b2b' +bg_normal='#333333' fg_normal='#dcdcdc' -bg_focus='#a6754c' +bg_focus='#a25136' fg_focus='#fcfcfc' hc() { |