scratchpad not working on Ubuntu 14
Hello everyone. I have Ubuntu 14.04 and everything works fine except Scratchpad. No matter what i try, nothing happens whenever i try to send a window to the Scratchpad. Like that function doesn't exists at all.
Tried i3-msg move scratchpad
on console and in dmenu and it worked! However, i can't seem to get it work using key shortcuts... I've tried already
bindsym $mod+Shift+minus exec --no-startup-id i3-msg move scratchpad
and
bindsym "$mod+Shift+minus exec i3-msg move scratchpad
Recently i upgraded to 14.10 but having the exact same problem. Any idea?
Further information:
- i3 version 4.8 (2014-06-15, branch "4.8")
- my ~/.i3/config: pastebin.com/3uCfquwZ
Did you try running `i3-msg move scratchpad` from a terminal? Any error messages from that? "No matter what i try" is a bit to vague to help tracking down the problem.
Tried i3-msg move scratchpad on console and in dmenu and it worked! However, i can't seem to get it work using key shortcuts... I've tried already "bindsym $mod+Shift+minus exec --no-startup-id i3-msg move scratchpad", bindsym "$mod+Shift+minus exec i3-msg move scratchpad".