baskerville / bspwm

A tiling window manager based on binary space partitioning
BSD 2-Clause "Simplified" License
7.61k stars 420 forks source link

Launch google-chrome #1449

Closed Breizil29 closed 1 year ago

Breizil29 commented 1 year ago

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"

emanuele6 commented 1 year ago

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.

Breizil29 commented 1 year ago

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

emanuele6 commented 1 year ago

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

Breizil29 commented 1 year ago

because I had not seen that we could do it