baskerville / bspwm

A tiling window manager based on binary space partitioning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Launch google-chrome

Breizil29 opened this issue · comments

Hi,
I can't launch "google-chrome" with a command, it follows the rules of "bspwmrc" but "sxhkdrc" won't launch it.
I know "xprop". Here's my order :
[gui apps]
alt+g; {e,f,w,g}
{
$EDITOR,
$FILEMNGR,
google-chrome-stable,
geany\

 }

I've found "google-chrome-stable"

I don't know if what i am seeing is your actual config since you have not formatted it correctly, but you need a space or tab at the start, and \ at the end of every like on your hotkey excluding the alt + g ; {e,f,w,g} line.

for example:

alt + g ; {e,f,w,g}
 {$EDITOR,\
  $FILEMNGR,\
  google-chrome-stable,\
  geany\
 }

it follows the rules of "bspwmrc" but "sxhkdrc" won't launch it.

I don't understand what this means.

It's solved, I wrote it in the first message:
I found "google-chrome-stable"

If it's "solved" why don't you close it?

because I had not seen that we could do it