Split in vertical orientation does not work (using $mod + v).

asked 2014-04-05 07:00:47 +0000

akhramov gravatar image

updated 2014-04-05 07:01:39 +0000

Hi all, I am facing a strange problem. I cannot change splitting-orientation (using $mod + v) though I have following lines in my ~/.i3/config file:

bindsym $mod+h split h
bindsym $mod+v split v

Nevertheless I am able to change orientation this way:

$ i3-msg split h # or split v, it works.

Can you suggest me a solution, please? :)

edit retag flag offensive close merge delete

Comments

What is the output of ``grep '+h' ~/.config/i3/config``?

joepd gravatar imagejoepd ( 2014-04-05 21:36:02 +0000 )edit

it probably should be `grep '+v' ~/.i3/config`. Although if there really is a `~/.config/i3/config` it would have precedence over `~/.i3/config`.

Adaephon gravatar imageAdaephon ( 2014-04-07 06:03:11 +0000 )edit

This should provide all necessary facts: ``grep -E '\+[hv]' ~/.{,config/}i3/config 2>/dev/null``:) but the Bigger Than sign (>) gets HTMLized in code brackets...

joepd gravatar imagejoepd ( 2014-04-07 22:26:38 +0000 )edit