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 | |
parent | 6ad86300c4e2a6e4778dc9a86436b95fd59e36a7 (diff) | |
download | dotfiles-b77c909e0c03638004ba2e04f283934da8058d37.tar.gz |
added easy comment bindings
per-file type commenting with one
simple keybinding
Diffstat (limited to '.config')
-rw-r--r-- | .config/dunst/dunstrc | 26 | ||||
-rwxr-xr-x | .config/herbstluftwm/autostart | 8 | ||||
-rwxr-xr-x | .config/herbstluftwm/tray.sh | 2 | ||||
-rw-r--r-- | .config/nitrogen/bg-saved.cfg | 2 |
4 files changed, 18 insertions, 20 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index f445550..e581916 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -68,7 +68,7 @@ # Don't remove messages, if the user is idle (no mouse or keyboard input) # for longer than idle_threshold seconds. # Set to 0 to disable. - idle_threshold = 120 + idle_threshold = 0 # Which monitor should the notifications be displayed on. monitor = 0 @@ -83,7 +83,7 @@ # # If this option is set to mouse or keyboard, the monitor option will be # ignored. - follow = mouse + follow = keyboard # should a notification popped up from history be sticky or # timeout as if it would normally do. @@ -125,7 +125,7 @@ [frame] width = 1 - color = "#a6754c" + color = "#a25136" [shortcuts] # shortcuts are specified as [modifier+][modifier+]...key @@ -134,26 +134,25 @@ # xev might be helpful to find names for keys # close notification - close = mod4+n + close = mod4+grave # redisplay last message(s) - # On the US keyboard layout 'grave' is normally above TAB and left of '1'. - history = mod4+ctrl+n + history = mod4+ctrl+grave [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the '#' and following would be interpreted as a comment. - background = "#2d2d2d" + background = "#333333" foreground = "#dcdcdc" - timeout = 10 + timeout = 0 [urgency_normal] - background = "#2d2d2d" + background = "#333333" foreground = "#fcfcfc" - timeout = 10 + timeout = 0 [urgency_critical] - background = "#d64937" + background = "#a25136" foreground = "#fcfcfc" timeout = 0 @@ -186,7 +185,10 @@ [ignore] # This notification will not be displayed - summary = "HL: perl" + summary = "*HL: perl*" + summary = "HL: " + body = "*HL: perl*" + body = "HL: " #[signed_on] # appname = Pidgin 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 diff --git a/.config/nitrogen/bg-saved.cfg b/.config/nitrogen/bg-saved.cfg index 5771f74..7d0eb17 100644 --- a/.config/nitrogen/bg-saved.cfg +++ b/.config/nitrogen/bg-saved.cfg @@ -1,4 +1,4 @@ [:0.0] -file=/home/shmibs/backdrops/haibane_renmei_rakka_looking_back_yoshitoshi_desktop_2884x1622_hd-wallpaper-696403-shifted.jpg +file=/home/shmibs/backdrops/burn-orange.png mode=5 bgcolor=#000000 |