<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,7 +9,7 @@ Xcursor.size:           10
 ! }}}
 
 ! {{{ URxvt
-URxvt.termName:         rxvt-unicode
+URxvt.termName:         rxvt-256color
 URxvt.imLocale:         en_AU.UTF-8
 !URxvt.loginShell:       true
 URxvt.saveLines:        32767</diff>
      <filename>.Xdefaults</filename>
    </modified>
    <modified>
      <diff>@@ -125,7 +125,6 @@ function batteryInfo(adapter)
             end
             battery = setFg(&quot;#FF6565&quot;, battery)..&quot;%&quot;
         end
-        battery = battery..&quot;%&quot;
     else
         dir = &quot;&quot;
         battery = &quot;AC&quot;</diff>
      <filename>.config/awesome/functions.lua</filename>
    </modified>
    <modified>
      <diff>@@ -97,7 +97,8 @@ tag_properties = { { name = &quot;main&quot;
                    , mwfact = 0.618033988769
                    }
                  , { name = &quot;www&quot;
-                   , layout = layouts[7]
+                   , layout = layouts[1]
+                   , mwfact = 0.65
                    , nmaster = 1
                    }
                  , { name = &quot;dev&quot;
@@ -252,22 +253,19 @@ wicked.register(volumewidget, getVol, &quot;$1&quot;, 30)
 mywibox = {}
 promptbox = {}
 layoutbox = {}
-
 taglist = {}
 taglist.buttons = { button({ }, 1, awful.tag.viewonly),
-                    button({ modkey }, 1, awful.client.movetotag),
-                    button({ }, 3, function (tag) tag.selected = not tag.selected end),
-                    button({ modkey }, 3, awful.client.toggletag),
-                    button({ }, 4, awful.tag.viewnext),
-                    button({ }, 5, awful.tag.viewprev) 
-                  }
-                      
+                      button({ modkey }, 1, awful.client.movetotag),
+                      button({ }, 3, function () if instance then instance:hide() end instance = awful.menu.clients({ width=250 }) end),
+                      -- button({ }, 3, function (tag) tag.selected = not tag.selected end),
+                      button({ modkey }, 3, awful.client.toggletag),
+                      button({ }, 4, awful.tag.viewnext),
+                      button({ }, 5, awful.tag.viewprev) }
 tasklist = {}
 tasklist.buttons = { button({ }, 1, function (c) client.focus = c; c:raise() end),
-                     button({ }, 3, function () if instance then instance:hide() end instance = awful.menu.clients({ width=250 }) end),
-                     button({ }, 4, function () awful.client.focus.byidx(1) end),
-                     button({ }, 5, function () awful.client.focus.byidx(-1) end) 
-                   }
+                       button({ }, 3, function () awful.menu.clients({ width=250 }) end),
+                       button({ }, 4, function () awful.client.focus.byidx(1) end),
+                       button({ }, 5, function () awful.client.focus.byidx(-1) end) }
 
 for s = 1, screen.count() do
     -- Create a promptbox for each screen
@@ -561,7 +559,7 @@ awful.hooks.manage.register(function (c, startup)
 
     -- Set the windows at the slave,
     -- i.e. put it at the end of others instead of setting it master.
-    awful.client.setslave(c)
+    --awful.client.setslave(c)
 
     -- Honor size hints: if you want to drop the gaps between windows, set this to false.
     c.size_hints_honor = false</diff>
      <filename>.config/awesome/rc.lua</filename>
    </modified>
    <modified>
      <diff>@@ -1,20 +1,3 @@
-&quot; {{{ GVIM
-let &amp;guicursor = &amp;guicursor . &quot;,a:blinkon0&quot;
-colorscheme xoria256
-set guifont=Monaco\ 9
-set guioptions-=T
-&quot;set guioptions+=g
-&quot;set guioptions-=t
-&quot;set guioptions-=m
-set guioptions-=L
-set guioptions-=l
-set guioptions-=r
-set guioptions-=R
-set guitablabel=%t &quot; set label for tab to just file name
-set anti &quot; Antialias font
-&quot;set transparency=0
-&quot; {{{ GVIM
-
 &quot; Basics
 syntax on               &quot; enable syntax highlighting
 set showmatch           &quot; show matching brackets (),{},[]
@@ -26,6 +9,11 @@ filetype on
 set complete=k          &quot; global autocompletion
 set completeopt+=longest
 
+set t_Co=256
+set mouse=a         
+colorscheme xoria256
+set termencoding=utf-8 
+
 &quot; Indenting, Folding..
 set tabstop=4           &quot; numbers of spaces of tab character
 set shiftwidth=4        &quot; numbers of spaces to (auto)indent
@@ -120,3 +108,20 @@ set t_vb=
 &quot; highlight redundant whitespaces and tabs.
 &quot; highlight RedundantSpaces ctermbg=red guibg=red
 &quot; match RedundantSpaces /\s\+$\| \+\ze\t\|\t/
+
+if has('gui_running')
+    let &amp;guicursor = &amp;guicursor . &quot;,a:blinkon0&quot;
+    colorscheme xoria256
+    set guifont=Monaco\ 8
+    set guioptions-=T
+    &quot;set guioptions+=g
+    &quot;set guioptions-=t
+    &quot;set guioptions-=m
+    set guioptions-=L
+    set guioptions-=l
+    set guioptions-=r
+    set guioptions-=R
+    set guitablabel=%t &quot; set label for tab to just file name
+    set anti &quot; Antialias font
+    &quot;set transparency=0
+endif</diff>
      <filename>.gvimrc</filename>
    </modified>
    <modified>
      <diff>@@ -13,10 +13,10 @@ defscrollback 10000
 
 autodetach on
 deflogin on
-nethack on
 defutf8 on
 altscreen on
 defbce on
+defflow off
 nonblock on
 defhstatus &quot;screen: ^En (^Et)&quot;
 term screen-256color</diff>
      <filename>.screenrc</filename>
    </modified>
    <modified>
      <diff>@@ -108,3 +108,20 @@ set t_vb=
 &quot; highlight redundant whitespaces and tabs.
 &quot; highlight RedundantSpaces ctermbg=red guibg=red
 &quot; match RedundantSpaces /\s\+$\| \+\ze\t\|\t/
+
+if has('gui_running')
+    let &amp;guicursor = &amp;guicursor . &quot;,a:blinkon0&quot;
+    colorscheme xoria256
+    set guifont=Monaco\ 8
+    set guioptions-=T
+    &quot;set guioptions+=g
+    &quot;set guioptions-=t
+    &quot;set guioptions-=m
+    set guioptions-=L
+    set guioptions-=l
+    set guioptions-=r
+    set guioptions-=R
+    set guitablabel=%t &quot; set label for tab to just file name
+    set anti &quot; Antialias font
+    &quot;set transparency=0
+endif</diff>
      <filename>.vimrc</filename>
    </modified>
    <modified>
      <diff>@@ -123,7 +123,7 @@ alias rebootuni='sudo netcfg2 -d wifiuni &amp;&amp; sleep 3 &amp;&amp; sudo reboot'
 alias screenie='cd ~/bin/ &amp;&amp; ./info.pl'
 alias pacman='sudo pacman-color'
 alias xpop='xprop | grep --color=none &quot;WM_WINDOW_ROLE\|WM_CLASS&quot; | xmessage -file - -center'
-alias nvtemp='echo &quot;nvGPUTemp: $(nvidia-settings -q gpucoretemp | grep &quot;Attribute&quot; | sed &quot;s/[^1-9]//g&quot;)C&quot;'
+alias nvtemp='echo &quot;$(nvidia-settings -q gpucoretemp | grep Attribute | sed &quot;s/ //g&quot;)&quot;'
 # }}}
 
 # {{{ URXVT workaround - stop first line completion bug in tiling WMs</diff>
      <filename>.zshrc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>77e381e02098d83648d64e3778c021825829d117</id>
    </parent>
  </parents>
  <author>
    <name>stxza</name>
    <email>seynthan.tx@gmail.com</email>
  </author>
  <url>http://github.com/stxza/arch-linux-configs/commit/070527e657bc901d5df2a4100f29ffb216c3b3c3</url>
  <id>070527e657bc901d5df2a4100f29ffb216c3b3c3</id>
  <committed-date>2009-01-15T16:49:17-08:00</committed-date>
  <authored-date>2009-01-15T16:49:17-08:00</authored-date>
  <message>fixes again =P</message>
  <tree>f999c4cedd077ec6e61f94ef3245f712b2990eb3</tree>
  <committer>
    <name>stxza</name>
    <email>seynthan.tx@gmail.com</email>
  </committer>
</commit>
