<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.vimperator/colors/evening.vimp</filename>
    </added>
    <added>
      <filename>.vimperator/colors/mac.vimp</filename>
    </added>
    <added>
      <filename>.xmonad/conkyrc</filename>
    </added>
    <added>
      <filename>.xmonad/xmonad.hs</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -34,7 +34,8 @@ URxvt.dynamicColors:    on
 !URxvt.foreground:      white
 
 URxvt.visualBell:       true
-Urxvt.cutchars:         &quot;()*,&lt;&gt;[]{}|'
+URxvt.urgentOnBell:     true
+URxvt.cutchars:         &quot;()*,&lt;&gt;[]{}|'
 
 URxvt.perl-lib:           /usr/lib/urxvt/perl/
 URxvt.perl-ext-common:    default,matcher</diff>
      <filename>.Xdefaults</filename>
    </modified>
    <modified>
      <diff>@@ -1,25 +1,27 @@
-#################################################
-## this is example configuration file, copy it ##
-## to ~/.ncmpcpprc and set up your preferences ##
-#################################################
-#
+####################################################
+## this is example configuration file, copy it to ##
+## ~/.ncmpcpp/config and set up your preferences  ##
+####################################################
+
 ##### connection settings #####
-#
+
 ## set it in order to make tag editor and renaming files work properly
-#
+mpd_host = &quot;archstx&quot;
+mpd_port = &quot;6600&quot;
 mpd_music_dir = &quot;/home/seynthantx/Music/&quot;
 #mpd_connection_timeout = &quot;5&quot;
 #mpd_crossfade_time = &quot;3&quot;
 
 ##### delays #####
+
 ## delay after playlist highlighting will be disabled (0 = don't disable)
-playlist_disable_highlight_delay = &quot;0&quot;
+playlist_disable_highlight_delay = &quot;5&quot;
 
 ## defines how long various messages are supposed to be visible
-#message_delay_time = &quot;4&quot;
+message_delay_time = &quot;4&quot;
 
 ##### song format #####
-##
+
 ## for song format you can use:
 ##
 ## %l - length
@@ -36,69 +38,93 @@ playlist_disable_highlight_delay = &quot;0&quot;
 ## %d - disc
 ## %C - comment
 ## %r - begin right align
-##
+
 ## you can also put them in { } and then it will be displayed
 ## only if all requested values are available and/or define alternate
 ## value with { }|{ } eg. {%a - %t}|{%f}
-##
+
 ## text can also have different color than the main window has,
-## eg. if you want length to have other color, write [.color]%t[/color]
-##
-## available colors:
+## eg. if you want length to be green, write $3%l$9
+
+## available values:
 ##
-## - black
-## - red
-## - green
-## - yellow
-## - blue
-## - magenta
-## - blue
-## - white
+## - 0 - default window color
+## - 1 - black
+## - 2 - red
+## - 3 - green
+## - 4 - yellow
+## - 5 - blue
+## - 6 - magenta
+## - 7 - cyan
+## - 8 - white
+## - 9 - end of current color
 ##
-song_list_format = &quot;{[.white](%l)[/white] }{%a - }{%t}|{[.white]%f[/white]}&quot;
-song_library_format = &quot;{%n - }{%t}|{%f}&quot;
-tag_editor_album_format = &quot;{(%y) }%b&quot;
-browser_playlist_prefix = &quot;[.red]playlist[/red] &quot;
-selected_item_prefix = &quot;[.blue]&quot;
-selected_item_suffix = &quot;[/blue]&quot;
+## Note: colors can be nested.
+
+#song_list_format = &quot;{%a - }{%t}|{$8%f$9}%r{$3(%l)$9}&quot;
+#song_library_format = &quot;{%n - }{%t}|{%f}&quot;
+
+#media_library_album_format = &quot;{(%y) }%b&quot;
+
+#tag_editor_album_format = &quot;{(%y) }%b&quot;
+
+#browser_playlist_prefix = &quot;$2playlist$9 &quot;
+
+#selected_item_prefix = &quot;$6&quot;
+
+#selected_item_suffix = &quot;$9&quot;
 
 ## colors are not supported for below veriables
+
 #song_status_format = &quot;{(%l) }{%a - }{%t}|{%f}&quot;
 #song_window_title_format = &quot;{%a - }{%t}|{%f}&quot;
 
 ##### columns settings #####
+
 ## syntax of song columns list format is &quot;column column etc.&quot;
+
 ## - syntax for each column is:
 ## (width of column in %)[column's color]{displayed tag}
-## - color is optional (if it's not present, default window color will be used)
-song_columns_list_format = &quot;(6)[white]{l} (23)[blue]{a} (35)[white]{b} (53)[blue]{t}&quot;
+## - color is optional (if you want the default one, type [])
+
+#song_columns_list_format = &quot;(7)[green]{l} (28)[cyan]{a} (28)[]{b} (50)[red]{t}&quot;
 
 ##### various settings #####
+
 playlist_display_mode = &quot;columns&quot; (classic/columns)
 #incremental_seeking = &quot;yes&quot;
+#seek_time = &quot;1&quot;
 #autocenter_mode = &quot;no&quot;
 #repeat_one_mode = &quot;no&quot;
+#default_place_to_search_in = &quot;database&quot; (database/playlist)
+#media_library_left_column = &quot;a&quot; (possible values: a,y,g,c,p, legend above)
 #default_find_mode = &quot;wrapped&quot; (wrapped/normal)
 #default_space_mode = &quot;add&quot; (add/select)
 #default_tag_editor_left_col = &quot;albums&quot; (albums/dirs)
 #default_tag_editor_pattern = &quot;%n - %t&quot;
-header_visibility = &quot;yes&quot;
-statusbar_visibility = &quot;yes&quot;
+#header_visibility = &quot;yes&quot;
+#statusbar_visibility = &quot;yes&quot;
 fancy_scrolling = &quot;yes&quot;
 #follow_now_playing_lyrics = &quot;no&quot;
-#enable_window_title = &quot;yes&quot;
+#ncmpc_like_songs_adding = &quot;no&quot; (enabled - add/remove, disabled - always add)
+display_screens_numbers_on_start = &quot;yes&quot;
+#clock_display_seconds = &quot;no&quot;
+enable_window_title = &quot;yes&quot;
 
 ##### colors definitions #####
+
 colors_enabled = &quot;yes&quot;
-empty_tag_color = &quot;white&quot;
-header_window_color = &quot;white&quot;
-volume_color = &quot;white&quot;
-state_line_color = &quot;blue&quot;
-state_flags_color = &quot;white&quot;
-main_window_color = &quot;blue&quot;
-main_window_highlight_color = &quot;white&quot;
-progressbar_color = &quot;blue&quot;
-statusbar_color = &quot;white&quot;
-active_column_color = &quot;white&quot;
-window_border_color = &quot;white&quot;
-active_window_border = &quot;magenta&quot;
+#empty_tag_color = &quot;cyan&quot;
+#header_window_color = &quot;default&quot;
+#volume_color = &quot;default&quot;
+#state_line_color = &quot;default&quot;
+#state_flags_color = &quot;default&quot;
+#main_window_color = &quot;yellow&quot;
+#color1 = &quot;white&quot;
+#color2 = &quot;green&quot;
+#main_window_highlight_color = &quot;yellow&quot;
+#progressbar_color = &quot;default&quot;
+#statusbar_color = &quot;default&quot;
+#active_column_color = &quot;red&quot;
+#window_border_color = &quot;green&quot;
+#active_window_border = &quot;red&quot;</diff>
      <filename>.ncmpcpp/config</filename>
    </modified>
    <modified>
      <diff>@@ -1,36 +1,98 @@
-&quot;Turn the menu and toolbar on.
-:set guioptions+=mT
+set defsearch=google
+set hlsearch
+set complete=l
+set followhints=1
+set activate=quickmark,paste
+set nopreload
+
+&quot; Turn the menu and toolbar on.
+set guioptions+=T
+
+&quot; Turn off the show tabs by default.
+set showtabline=1
 
-&quot;Turn off the show tabs by default.
-:set showtabline=1
+&quot; Allow user to click in address bar.
+&quot;set! browser.urlbar.clickSelectsAll=true
+&quot;set! browser.urlbar.doubleClickSelectsAll=true
 
-&quot;Turn session tracking off.
-:set! browser.startup.page=1
+&quot; Map Ctrl + n for new windows
+map &lt;C-n&gt; &lt;C-v&gt;&lt;C-n&gt;
 
-&quot;Allow user to click in address bar.
-:set! browser.urlbar.clickSelectsAll=true
-:set! browser.urlbar.doubleClickSelectsAll=true
+&quot; Vimperator steals focus from form boxes
+noremap &lt;C-k&gt; &lt;C-v&gt;&lt;A-d&gt;&lt;Tab&gt;
 
-&quot;Map Ctrl + n for new windows
-:map &lt;C-n&gt; &lt;C-v&gt;&lt;C-n&gt;
+&quot; Map paste operation normally.
+&quot;imap &lt;C-v&gt; &lt;C-v&gt;
 
-&quot;Map Ctrl + t for new tabs
-:map &lt;C-t&gt; :tabopen&lt;Enter&gt;
+&quot; awesome bar style hints
+set wildoptions=auto
+&quot;set cpt=l
 
-&quot;Map paste operation normally.
-:imap &lt;C-v&gt; &lt;C-v&gt;
+&quot; auto pass keys
+autocmd LocationChange .* :js modes.passAllKeys = /mail\.google\.com/.test(buffer.URL)
+autocmd LocationChange .* :js modes.passAllKeys = /www\.google\.com\/reader\/view/.test(buffer.URL)
+
+&quot; avoid unintended paste
+&quot; only use &quot;gP&quot;
+noremap p &lt;Nop&gt;
+noremap P &lt;Nop&gt;
 
 &quot; restart Vimperator
 map &lt;C-r&gt;   :restart&lt;CR&gt;
 
-&quot;awesome bar style hints
-:set wildoptions=auto
-:set cpt=l
+&quot; ==================== Firefox options ==================== &quot;
+&quot; disable accesskey
+set! ui.key.generalAccessKey=0
+&quot; hide close button
+set! browser.tabs.closeButtons=2
+&quot; open bookmarks in background
+set! browser.tabs.loadBookmarksInBackground=true
+&quot; open tabs by javascript in background
+set! browser.tabs.loadDivertedInBackground=true
+&quot; allow lots of popups for ldr
+set! dom.popup_maximum=1000
+&quot; allow control sidebar position
+&quot;set! layout.scrollbar.side=1
 
-set defsearch=google
+&quot; ==================== colorscheme ==================== &quot;
+colorscheme mac
+&quot;colorscheme evening
+
+&quot; ==================== other tweaks ==================== &quot;
+&quot;Make Vimperator use Edit-&gt;Copy for &quot;Y&quot;anking
+js &lt;&lt;EOF
+mappings.addUserMap([modes.NORMAL], [&quot;Y&quot;], 
+    &quot;Yank the currently selected text&quot;,
+    function () {
+        buffer.getCurrentWord();
+        events.feedkeys(&quot;&lt;C-v&gt;&quot; + (/^Mac/.test(navigator.platform) ? &quot;&lt;M-c&gt;&quot; : &quot;&lt;C-c&gt;&quot;), true);
+        setTimeout( function () {
+          liberator.echo(&quot;Yanked &quot; + util.readFromClipboard(), commandline.FORCE_SINGLELINE);
+        }, 20 );
+    });
+EOF
 
-command! sourcerc :source ~/.vimperatorrc
+&quot;Show the feed-button, even if the address-bar is not displayed
+javascript &lt;&lt;EOF
+(function(){
+    var feedPanel = document.createElement(&quot;statusbarpanel&quot;);
+    feedPanel.setAttribute(&quot;id&quot;, &quot;feed-panel-clone&quot;);
+    feedPanel.appendChild(document.getElementById(&quot;feed-button&quot;));
+    feedPanel.firstChild.setAttribute(&quot;style&quot;, &quot;padding: 0; max-height: 16px;&quot;);
+    document.getElementById(&quot;status-bar&quot;)
+            .insertBefore(feedPanel, document.getElementById(&quot;security-button&quot;));
+})();
+EOF
 
-echo &quot;.vimperatorrc sourced&quot;
+&quot; ==================== hints ==================== &quot;
+js &lt;&lt;EOM
+hints.addMode(&quot;i&quot;, &quot;Focus to input&quot;,
+    function(element) element.focus(),
+    function() &quot;//input[not(@type='hidden')] | //textarea | //xhtml:input[not(@type='hidden')] | //xhtml:textarea&quot;
+    );
 
-&quot; vim: ft=vimperator sw=2 sts=2
+hints.addMode(&quot;h&quot;, &quot;Hide element&quot;,
+    function(element) {
+        element.style.display = &quot;none&quot;;
+    },
+    function() &quot;//*&quot;);</diff>
      <filename>.vimperatorrc</filename>
    </modified>
    <modified>
      <diff>@@ -1,16 +1,29 @@
 #!/bin/sh
-#
-# ~/.xinitrc
-# Executed by startx (run your window manager from here)
+
+# xresources
 xrdb -merge $HOME/.Xresources &amp;
+
+# wall
+feh --bg-scale ~/Pictures/Walls/CalmSkies.jpg &amp;
+
+# Trayer icon tray -&gt; try different heights
+trayer --edge top --align right --SetDockType true --SetPartialStrut true \
+--expand true --width 4 --transparent true --tint 0x000000 --alpha 0 --distance 0 --padding 0 --heighttype pixel --height 16 &amp;
+
+# keys &amp; cursor
 xmodmap $HOME/.Xmodmap &amp;
 xbindkeys &amp;
-#xsetroot -bg black -cursor_name left_ptr &amp;
+xsetroot -cursor_name left_ptr &amp;
+
+# nvidia settings
 nvidia-settings --load-config-only &amp;
+
+# apps
+parcellite &amp;
 urxvtd -q -o -f &amp;
-# parcellite &amp;
-# D-bus
+
+# D-bus -&gt; fixed in xmonad-darcs?
 if which dbus-launch &gt;/dev/null &amp;&amp; test -z &quot;$DBUS_SESSION_BUS_ADDRESS&quot;; then
        eval `dbus-launch --sh-syntax --exit-with-session`
 fi
-exec awesome &gt; $HOME/.awesome.log 2&gt;&amp;1
+exec xmonad &gt; $HOME/.xmonad.log 2&gt;&amp;1</diff>
      <filename>.xinitrc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>43f1f1d4fa14cd453623949c9ade678c38f2b589</id>
    </parent>
  </parents>
  <author>
    <name>stxza</name>
    <email>seynthan.tx@gmail.com</email>
  </author>
  <url>http://github.com/stxza/arch-linux-configs/commit/11d1ce4cb38bb31003c26304bd6e152d0d145a8e</url>
  <id>11d1ce4cb38bb31003c26304bd6e152d0d145a8e</id>
  <committed-date>2009-02-03T05:15:32-08:00</committed-date>
  <authored-date>2009-02-03T05:15:32-08:00</authored-date>
  <message>XMonad + conky|dzen, Ncmpc++, Vimperator, .*</message>
  <tree>1a1a9e7ac92a0acb54ba37169f087e02d9859264</tree>
  <committer>
    <name>stxza</name>
    <email>seynthan.tx@gmail.com</email>
  </committer>
</commit>
