<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Install and Use i3 Window Manager on Linux	</title>
	<atom:link href="https://www.tecmint.com/i3-tiling-window-manager/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/i3-tiling-window-manager/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 18 Nov 2020 17:08:52 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Enrique		</title>
		<link>https://www.tecmint.com/i3-tiling-window-manager/comment-page-1/#comment-1391589</link>

		<dc:creator><![CDATA[Enrique]]></dc:creator>
		<pubDate>Wed, 18 Nov 2020 17:08:52 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=40749#comment-1391589</guid>

					<description><![CDATA[I created a micro-project (nano-project actually) to launch i3 on top of a virtual TigerVNC server.

This allows to have different i3 desktops per server (maybe for different users) and access them remotely (or locally from a standard Gnome desktop). And of course, it is open-source and can be easily be extended adapted for different scenarios:

https://github.com/earizon/tigervnc_remote_desktop

Hope you enjoy it!]]></description>
			<content:encoded><![CDATA[<p>I created a micro-project (nano-project actually) to launch i3 on top of a virtual TigerVNC server.</p>
<p>This allows to have different i3 desktops per server (maybe for different users) and access them remotely (or locally from a standard Gnome desktop). And of course, it is open-source and can be easily be extended adapted for different scenarios:</p>
<p><a target="_blank" href="https://github.com/earizon/tigervnc_remote_desktop" rel="nofollow ugc">https://github.com/earizon/tigervnc_remote_desktop</a></p>
<p>Hope you enjoy it!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Onkara		</title>
		<link>https://www.tecmint.com/i3-tiling-window-manager/comment-page-1/#comment-1391491</link>

		<dc:creator><![CDATA[Onkara]]></dc:creator>
		<pubDate>Wed, 18 Nov 2020 12:51:44 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=40749#comment-1391491</guid>

					<description><![CDATA[Thanks for answering the namespace switching question. The other question is what is the fastest way to switch between applications or windows of an application (like multiple browser windows)? I think one could use one namespace per app but then you will have to remember the app to namespace mapping. Currently what I do with Gnome is set to keyboard shortcuts and use the jump app to switch using shortcuts, it works flawlessly mostly, but I am interested in i3wm]]></description>
			<content:encoded><![CDATA[<p>Thanks for answering the namespace switching question. The other question is what is the fastest way to switch between applications or windows of an application (like multiple browser windows)? I think one could use one namespace per app but then you will have to remember the app to namespace mapping. Currently what I do with Gnome is set to keyboard shortcuts and use the jump app to switch using shortcuts, it works flawlessly mostly, but I am interested in i3wm</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dragonmouth		</title>
		<link>https://www.tecmint.com/i3-tiling-window-manager/comment-page-1/#comment-1390895</link>

		<dc:creator><![CDATA[dragonmouth]]></dc:creator>
		<pubDate>Tue, 17 Nov 2020 14:27:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=40749#comment-1390895</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/i3-tiling-window-manager/comment-page-1/#comment-1390506&quot;&gt;Onkara&lt;/a&gt;.

Go to https://i3wm.org/docs/userguide.html to see a User Guide that explains how to run I3wm.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/i3-tiling-window-manager/comment-page-1/#comment-1390506">Onkara</a>.</p>
<p>Go to <a target="_blank" href="https://i3wm.org/docs/userguide.html" rel="nofollow ugc">https://i3wm.org/docs/userguide.html</a> to see a User Guide that explains how to run I3wm.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/i3-tiling-window-manager/comment-page-1/#comment-1390744</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 17 Nov 2020 04:48:13 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=40749#comment-1390744</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/i3-tiling-window-manager/comment-page-1/#comment-1390506&quot;&gt;Onkara&lt;/a&gt;.

@Onkara,

Press &lt;code&gt;$mod+num&lt;/code&gt; to switch to another workspace, where &lt;code&gt;num&lt;/code&gt; is the number of the workspace you want to use.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/i3-tiling-window-manager/comment-page-1/#comment-1390506">Onkara</a>.</p>
<p>@Onkara,</p>
<p>Press <code>$mod+num</code> to switch to another workspace, where <code>num</code> is the number of the workspace you want to use.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Onkara		</title>
		<link>https://www.tecmint.com/i3-tiling-window-manager/comment-page-1/#comment-1390506</link>

		<dc:creator><![CDATA[Onkara]]></dc:creator>
		<pubDate>Mon, 16 Nov 2020 18:05:45 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=40749#comment-1390506</guid>

					<description><![CDATA[How to switch between different workspaces?]]></description>
			<content:encoded><![CDATA[<p>How to switch between different workspaces?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
