<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; autoraise</title>
	<atom:link href="http://www.ghacks.net/tag/autoraise/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 11:26:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux Tips: Window focus</title>
		<link>http://www.ghacks.net/2009/05/21/linux-tips-window-focus/</link>
		<comments>http://www.ghacks.net/2009/05/21/linux-tips-window-focus/#comments</comments>
		<pubDate>Thu, 21 May 2009 18:53:28 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Desktop Manager]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[autoraise]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[focus]]></category>
		<category><![CDATA[workspace]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=12992</guid>
		<description><![CDATA[I like to think of myself as a Linux desktop power user. To that end I want my desktop to be very efficient and work with me on every level. I want as few clicks of the mouse as possible. Fortunately there are certain (nearly) universal aspects of the Linux that make this not only [...]]]></description>
			<content:encoded><![CDATA[<p>I like to think of myself as a Linux desktop power user. To that end I want my desktop to be very efficient and work with me on every level. I want as few clicks of the mouse as possible. Fortunately there are certain (nearly) universal aspects of the Linux that make this not only possible, but simple.</p>
<p>There are three particular aspects of the desktop I take advantage of in order to make it as efficient as possible, each a sub set of Focus: window focus, auto raise, and window tab cycling. In this article I will highlight each of these so you can see how efficient your desktop can be.</p>
<p>These tips should work with most every window manager or desktop you can find in Linux. I won&#8217;t go into the actual configuration of each because that configuration will be different for each window manager or desktop.</p>
<p><span id="more-12992"></span><strong>Focus?</strong></p>
<p>First let me make sure you understand the idea behind window focus. It&#8217;s very simple: A focused window is the window you are working in. In most operating system desktops you have to click on that window in order to give it focus. In Linux there are other ways to give a window focus. Let&#8217;s take a look at them.</p>
<p>Focus Follows Mouse (sometimes called Sloppy Focus) instructs the desktop that the window under the mouse pointer has focus. With this set you do not have to click on a particular window in order to start working in that window. Of course this can lead to a problem when you have a smaller window over a larger window and you want to give the larger window focus. With just Focus Follows Mouse set alone your lower window will have focus but it will be difficult to work with because it will have another window hiding what you&#8217;re working on. To resolve this you set the Autoraise feature.</p>
<p>With Autoraise set the window that has focus automatically raises to the top. This is a great feature, but, it can get in the way. If your mouse moves outside of the currently focused window, into another window, that window will automatically raise up. To solve this problem you can set a delay to the auto raise. This is a good practice because it will save you the headache of your windows constantly losing focus as the mouse escapes from the borders of your current working window. Autoraise delay is set in miliseconds so remember that when you&#8217;re setting a delay. Play around until you get the perfect setting for your needs.</p>
<p><strong>Window cycling</strong></p>
<div id="attachment_12991" class="wp-caption alignleft" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/05/window_cycling.png"><img class="size-medium wp-image-12991" src="http://www.ghacks.net/wp-content/uploads/2009/05/window_cycling-500x312.png" alt="Figure 1" width="300" height="187" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>While working on your Linux desktop hit the Alt-Tab combination and you will see something similar to that in Figure 1. In this example you see cycling through windows in the Window Maker window manager. To get to the to the next window you hold down the Alt key and tap the Tab key. When you land on the window you want to work in you release the keys and the window will have focus.</p>
<p>This, of course, can be used in conjunction with the workspace switching key combination of Ctrl-Alt-left/right arrow. When you press that combination you will warp to the next workspace to either the right or left of where you are (depending upon which arrow key you use.)</p>
<p><strong>Final thoughts</strong></p>
<p>It is possible to make your Linux desktop as efficient as you want it. By employing these easy to use tips you will find yourself spending more time working and less time clicking and dragging windows.</p>
<p><strong><br />
</strong></p>

	Tags: <a href="http://www.ghacks.net/tag/autoraise/" title="autoraise" rel="tag">autoraise</a>, <a href="http://www.ghacks.net/tag/desktop/" title="desktop" rel="tag">desktop</a>, <a href="http://www.ghacks.net/tag/focus/" title="focus" rel="tag">focus</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/workspace/" title="workspace" rel="tag">workspace</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/10/06/what-makes-ubuntu-so-user-friendly/" title="What makes Ubuntu so user friendly? (October 6, 2009)">What makes Ubuntu so user friendly?</a> (47)</li>
	<li><a href="http://www.ghacks.net/2009/02/15/quick-archiving-in-gnome/" title="Quick Archiving in GNOME (February 15, 2009)">Quick Archiving in GNOME</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/01/04/get-vertical-titlebars-in-e16-themes/" title="Get Vertical Titlebars in E16 Themes (January 4, 2009)">Get Vertical Titlebars in E16 Themes</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/02/23/get-to-know-linux-process-management/" title="Get To Know Linux: Process Management (February 23, 2009)">Get To Know Linux: Process Management</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/01/01/enable-composit-for-window-transparency-in-enlightenment/" title="Enable Composite for Window Transparency in Enlightenment (January 1, 2009)">Enable Composite for Window Transparency in Enlightenment</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/05/21/linux-tips-window-focus/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
