September 2010 Desktop Thread


Recommended Posts

WildCat092210Small.png

Click to imbiggen.

Icons on the bottom row may be changing soonish as I just got my copies of Design and Production Suites CS 5. :happy:. Icons are arranged in order of frequency of use though.

Only showing primary monitor as the secondary monitor is ..well, .. just a black background.

my laptop

post-182616-12852487267876.jpg

What wallpapers are you two using?

Clean

post-67054-12853136115649.png

My OS X laptop. Running Snow Leopard. Stats at the bottom of the screen are shown via GeekTool. Dock has been modded to take up less space.

Dirty

post-67054-12853136755213.png

Programs in the screenshot:

Cornerstone Subversion client. I find it useful for browsing svn logs and for diffing changes between commits. I wish that there were tools of similar quality for Git and Mercurial.

VMWare Fusion. My web development virtual machine runs Linux. Windows XP is for testing in IE.

I keep my todo notes in TaskPaper. I also have TaskPaper on my iPhone and iPad and my notes get synced to all my devices over the air.

Terminal

post-67054-12853137052925.png

I interact with the terminal a lot. So I've installed Visor and have bound Cmd + Esc to it. Press Cmd + Esc, and the terminal window slides down. Makes for quick access from any virtual desktop.

Each terminal tab is a session on a different box. I run tmux inside each tab. This gives me a tiling window manager for each session.

Second Monitor / Virtual Desktop

post-67054-12853137246667.png

If I'm using dual monitors, the second monitor usually runs MacVim in fullscreen mode. If I'm only connected to one monitor, I run MacVim in a different virtual desktop.

What's that Terminal/vim theme?

What's that Terminal/vim theme?

Terminal theme is IR Black. I've modified it a bit.

Vim colour scheme is one of my own. I call it vy2:

"
" This Vim color scheme file is meant for GUI use.
"

set background=dark
hi clear
if exists("syntax_on")
    syntax reset
endif
let g:colors_name="vy2"


hi Normal        guifg=#dddddd  guibg=#333333
hi Title         guifg=white
hi Cursor        guibg=#ffffff
hi LineNr        guifg=#555555  guibg=#363636
hi Visual        guibg=#555555
hi NonText       guifg=#494949  guibg=#353535
hi StatusLine    guifg=#bbbbbb  guibg=#444444  gui=none
hi StatusLineNC  guifg=#777777  guibg=#444444  gui=none
hi VertSplit     guifg=#444444  guibg=#444444  gui=none
hi ModeMsg       guifg=#bbddbb  guibg=#394439  gui=none
hi ErrorMsg      guifg=#222222  guibg=#ff8888  gui=none
hi Error         guifg=#ffaaaa  guibg=#333333  gui=none


" Vim 7.x specific
if version >= 700
  hi CursorLine  guibg=#353535  gui=none
  hi MatchParen  guibg=#364836  gui=none
  hi Pmenu       guifg=#aaaaaa  guibg=#444444  gui=none
  hi PmenuSel    guifg=#222222  guibg=#bbddbb  gui=none
  hi PmenuSbar   guifg=#494949  guibg=#494949  gui=bold
  hi PmenuThumb  guifg=#666666  guibg=#666666  gui=bold
  hi Search      guifg=#aaccaa  guibg=#394539  gui=none
  hi IncSearch   guifg=#cceecc  guibg=#445544  gui=bold
  hi ColorColumn   guibg=#353535
endif


" Syntax highlighting 
hi Comment       guifg=#777777  gui=none
hi Todo          guifg=#888888  guibg=#444444  gui=italic
hi Operator      guifg=#bbbbbb  gui=none
hi Identifier    guifg=#bbbbbb  gui=none
hi Statement     guifg=#bbbbbb  gui=none
"hi Type          guifg=#bbddbb  gui=none
"hi Type          guifg=#ddddbb  gui=none
hi Type          guifg=#bbccdd  gui=none
hi Constant      guifg=#aaccaa  gui=none
hi Conditional   guifg=#bbbbbb  gui=none
hi Delimiter     guifg=#779977  gui=none
hi PreProc       guifg=#88aa88  gui=none
hi Special       guifg=#bbddbb  gui=bold
hi Keyword       guifg=#bbbbbb  gui=none

hi link Function        Normal
hi link Character       Constant
hi link String          Constant
hi link Boolean         Constant
hi link Number          Constant
hi link Float           Number
hi link Repeat          Conditional
hi link Label           Statement
hi link Exception       Statement
hi link Include         PreProc
hi link Define          Type
hi link Macro           PreProc
hi link PreCondit       PreProc
hi link StorageClass    Type
hi link Structure       Type
hi link Typedef         Type
hi link Tag             Special
hi link SpecialChar     Special
hi link SpecialComment  Special
hi link Debug           Special

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • qBittorrent 5.2.2 by Razvan Serea The qBittorrent project aims to provide a Free Software alternative to µtorrent. qBittorrent is an advanced and multi-platform BitTorrent client with a nice user interface as well as a Web UI for remote control and an integrated search engine. qBittorrent aims to meet the needs of most users while using as little CPU and memory as possible. qBittorrent is a truly Open Source project, and as such, anyone can and should contribute to it. qBittorrent features: Polished µTorrent-like User Interface Well-integrated and extensible Search Engine Simultaneous search in most famous BitTorrent search sites Per-category-specific search requests (e.g. Books, Music, Movies) All Bittorrent extensions DHT, Peer Exchange, Full encryption, Magnet/BitComet URIs, ... Remote control through a Web user interface Nearly identical to the regular UI, all in Ajax Advanced control over trackers, peers and torrents Torrents queueing and prioritizing Torrent content selection and prioritizing UPnP / NAT-PMP port forwarding support Available in ~25 languages (Unicode support) Torrent creation tool Advanced RSS support with download filters (inc. regex) Bandwidth scheduler IP Filtering (eMule and PeerGuardian compatible) IPv6 compliant Available on most platforms: Linux, Mac OS X, Windows, OS/2, FreeBSD qBittorrent 5.2.2 changelog: FEATURE: Use D-Bus to show file in file managers (Chocobo1) #24340 BUGFIX: Fix friendlyUnitCompact precision calculation (vafada) #24323 BUGFIX: Remove all top-level folders (glassez) #24333 BUGFIX: Use proper API for checking exit status (Chocobo1) #24349 BUGFIX: Delete stale lockfile when hostname mismatch (TurboTheTurtle, glassez) #24363 BUGFIX: Fix wrong removal procedure of watched folder paths (Chocobo1) #24413 BUGFIX: Don't reannounce before interface changes are applied (glassez) #24447 BUGFIX: Use Latin script for Bosnian locale name (Andy Ye) #24342 WEBUI: Fix performance of global checkbox toggling (tehcneko) #24316 WEBUI: Fix Safari transfer list header misalignment (Piccirello) #24377 WEBUI: Fix error when submitting magnet before metadata loads (Piccirello) #24378 WEBUI: Use correct row id when updating Rss Downloader feed selection (Chocobo1) #24402 WEBUI: Use SameSite=Lax for session cookie to fix cross-site login (Piccirello) #24422 WEBUI: Bring back properties panel expand/collapse button (vafada) #24430 WEBAPI: Only use X-Forwarded-Host header when reverse proxy support is enabled (Chocobo1) #24457 RSSS: Fix "RSS Smart Episode Filter" RegEx (nathanon-akk, glassez) #24398 RSS: Fix previously matched episode format (glassez) #24452 WINDOWS: Fix Python fallback search path (TurboTheTurtle) #24325 WINDOWS: NSIS: Allow to install x64 binary on ARM64 (Chocobo1) #24358 Download: qBittorrent 5.2.2 | 41.1 MB (Open Source) Download: qBittorrent 64-bit installer (qt6) | 43.6 MB Links: qBittorrent Home page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Weechat. https://weechat.org/
    • they should stop making bad games that no one asked for
    • Nice rant! Expletive after expletive after expletive. Poor petal, I've touched a nerve. Would you like a tissue to wipe those tears away. Btw, nice one calling Neowin trash. Why would you stick around when you disrespect this site and the people behind it? Just go away if you feel that way.
  • Recent Achievements

    • Veteran
      branfont went up a rank
      Veteran
    • Reacting Well
      Almohandis earned a badge
      Reacting Well
    • First Post
      Cosminus earned a badge
      First Post
    • One Year In
      ThatGuyOnline earned a badge
      One Year In
    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      482
    2. 2
      +Edouard
      183
    3. 3
      PsYcHoKiLLa
      123
    4. 4
      Steven P.
      87
    5. 5
      neufuse
      72
  • Tell a friend

    Love Neowin? Tell a friend!