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 | |
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')
-rwxr-xr-x | .config/herbstluftwm/autostart | 8 | ||||
-rwxr-xr-x | .config/herbstluftwm/tray.sh | 2 |
2 files changed, 3 insertions, 7 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() { diff --git a/.config/herbstluftwm/tray.sh b/.config/herbstluftwm/tray.sh index 188a274..cef5fb5 100755 --- a/.config/herbstluftwm/tray.sh +++ b/.config/herbstluftwm/tray.sh @@ -9,4 +9,4 @@ while [ -z "$run" ]; do echo "$run" done -stalonetray -bg "$bgcolor" --window-layer top --geometry 1x1+1740+1 --max-geometry 1752x18 --grow-gravity E -i 16 --kludges force_icons_size +trayer --edge top --align right --heighttype pixel --height 18 --widthtype pixel --width 18 --distancefrom right --distance 4 |