<?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/4210/" rel="self"></atom:link><language>en</language><copyright>Copyright i3, 2012</copyright><lastBuildDate>Sat, 12 Jul 2014 13:46:54 +0000</lastBuildDate><item><title>Disabling a key binding?</title><link>https://faq.i3wm.org/question/4210/disabling-a-key-binding/</link><description>I want to disable some keys because if the bindsym doesn't exists, the key is sent to the focused program (using the "win" key with nano for example).

My solution is ugly but works: &lt;code&gt;bindsym [key] exec --no-startup-id :&lt;/code&gt;

Do you know of a better solution for this?

I'm looking for a "noop" style command that doesn't involve executing a shell.</description><pubDate>Fri, 11 Jul 2014 22:21:04 +0000</pubDate><guid>https://faq.i3wm.org/question/4210/disabling-a-key-binding/</guid></item><item><title>Answer by Michael for &lt;p&gt;I want to disable some keys because if the bindsym doesn't exists, the key is sent to the focused program (using the "win" key with nano for example).&lt;/p&gt;

&lt;p&gt;My solution is ugly but works: &lt;code&gt;bindsym [key] exec --no-startup-id :&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Do you know of a better solution for this?&lt;/p&gt;

&lt;p&gt;I'm looking for a "noop" style command that doesn't involve executing a shell.&lt;/p&gt;
 </title><link>https://faq.i3wm.org/question/4210/disabling-a-key-binding/?answer=4211#post-id-4211</link><description>    bindsym [key] nop</description><pubDate>Fri, 11 Jul 2014 22:25:57 +0000</pubDate><guid>https://faq.i3wm.org/question/4210/disabling-a-key-binding/?answer=4211#post-id-4211</guid></item><item><title>Comment by tigrezno for &lt;pre&gt;&lt;code&gt;bindsym [key] nop
&lt;/code&gt;&lt;/pre&gt;
</title><link>https://faq.i3wm.org/question/4210/disabling-a-key-binding/?comment=4213#comment-4213</link><description>mmm it doesn't seems to work in 4.8: ERROR: Expected one of these tokens: &lt;string&gt;
ERROR: Your command: nop</description><pubDate>Fri, 11 Jul 2014 23:04:50 +0000</pubDate><guid>https://faq.i3wm.org/question/4210/disabling-a-key-binding/?comment=4213#comment-4213</guid></item><item><title>Comment by vandannen for &lt;pre&gt;&lt;code&gt;bindsym [key] nop
&lt;/code&gt;&lt;/pre&gt;
</title><link>https://faq.i3wm.org/question/4210/disabling-a-key-binding/?comment=4214#comment-4214</link><description>don't ask me why, but the nop command needs a string as a first argument, so just type something like: `bindsym [key] nop foo`</description><pubDate>Sat, 12 Jul 2014 10:22:03 +0000</pubDate><guid>https://faq.i3wm.org/question/4210/disabling-a-key-binding/?comment=4214#comment-4214</guid></item><item><title>Comment by tigrezno for &lt;pre&gt;&lt;code&gt;bindsym [key] nop
&lt;/code&gt;&lt;/pre&gt;
</title><link>https://faq.i3wm.org/question/4210/disabling-a-key-binding/?comment=4215#comment-4215</link><description>that worked, thanks!</description><pubDate>Sat, 12 Jul 2014 13:46:54 +0000</pubDate><guid>https://faq.i3wm.org/question/4210/disabling-a-key-binding/?comment=4215#comment-4215</guid></item></channel></rss>