diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2014-04-14 15:15:07 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2014-04-14 15:15:43 +0200 |
commit | 02f2390bc4d59e5bcbebe8f04ed81457854f759d (patch) | |
tree | ff2a7fc95c3c986d3db99c16e761989bea8b81d1 /.i3/config | |
parent | c9d19244739245ed17cdb16d9eb9a5a8c45f2223 (diff) | |
download | dotfiles-02f2390bc4d59e5bcbebe8f04ed81457854f759d.tar.gz dotfiles-02f2390bc4d59e5bcbebe8f04ed81457854f759d.tar.bz2 dotfiles-02f2390bc4d59e5bcbebe8f04ed81457854f759d.zip |
[i3] Automatically move firefox to 0:ff.
Diffstat (limited to '')
-rw-r--r-- | .i3/config | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -225,6 +225,7 @@ for_window [class="^Thunderbird$" instance="^(?i)mail$"] floating disable; layou bindsym $mod+m [class="^Thunderbird$"] focus # Firefox stuff +assign [class="^Firefox$"] → 0: ff for_window [class="^Firefox$" instance="Browser"] floating enable bindsym $mod+b [class="^Firefox$" instance="^Navigator$"] focus |