I would like to open a program on a given tag ("virtual desktop"). I roughly know how to do it depending on a program, but now I'd like to be able to decide where to run it from command line. Is that possible? If so, how?
How to open a program in a specific tag in AwesomeWM from command line?
371 views Asked by mbork At
1
You can open a new client from the command line and make Awesome WM do something with it directly from the same command.
There are, however, multiple alternatives ways to achieve a similar result:
-nameparameter that you can play with. In your config, create a rule that marches cleints with name "NAMETOGOTOTAG8", then from the command lineurxvt -name NAMETOGOTOTAG8)awesome-clientprogram to open the program from Awesome, so you can use theawful.spawnsn_rules (e.g.awesome-client 'require("awful.spawn").spawn("kitty", { tag = 8 })'