<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>i3 FAQ - Individual question feed</title><link>https://faq.i3wm.org/questions/</link><description>Frequently asked questions and answers about the i3 window manager</description><atom:link href="http://faq.i3wm.org/feeds/question/5274/" rel="self"></atom:link><language>en</language><copyright>Copyright i3, 2012</copyright><lastBuildDate>Tue, 30 Dec 2014 01:11:02 +0000</lastBuildDate><item><title>i3/conf not configuring keymaps in ubuntu 14.04.</title><link>https://faq.i3wm.org/question/5274/i3conf-not-configuring-keymaps-in-ubuntu-1404/</link><description>I remapped a couple of keys in my setup, specifically,

    remove Mod1 = Alt_R
    add Mod3 = Alt_R
in a file called `.Xmodmap`. When I run `xmodmap .Xmodmap` from the terminal, the keys get remapped just fine. But when I added `exec xmodmap ~/.Xmodmap` to `.i3/config` and exited the session and logged in again, the keys weren't remapped. I had to remap them manually? My question is, why did the line I added to the conf file not work?</description><pubDate>Sun, 28 Dec 2014 11:18:14 +0000</pubDate><guid>https://faq.i3wm.org/question/5274/i3conf-not-configuring-keymaps-in-ubuntu-1404/</guid></item><item><title>Answer by Jeff Bauer for &lt;p&gt;I remapped a couple of keys in my setup, specifically,&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;remove Mod1 = Alt_R
add Mod3 = Alt_R
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;in a file called &lt;code&gt;.Xmodmap&lt;/code&gt;. When I run &lt;code&gt;xmodmap .Xmodmap&lt;/code&gt; from the terminal, the keys get remapped just fine. But when I added &lt;code&gt;exec xmodmap ~/.Xmodmap&lt;/code&gt; to &lt;code&gt;.i3/config&lt;/code&gt; and exited the session and logged in again, the keys weren't remapped. I had to remap them manually? My question is, why did the line I added to the conf file not work?&lt;/p&gt;
 </title><link>https://faq.i3wm.org/question/5274/i3conf-not-configuring-keymaps-in-ubuntu-1404/?answer=5279#post-id-5279</link><description>I'm running `xmodmap` successfully under Ubuntu 14.04 with the following in my i3 configuration file:

`exec --no-startup-id xmodmap ~/.Xmodmap`

</description><pubDate>Tue, 30 Dec 2014 01:11:02 +0000</pubDate><guid>https://faq.i3wm.org/question/5274/i3conf-not-configuring-keymaps-in-ubuntu-1404/?answer=5279#post-id-5279</guid></item></channel></rss>