fuhsjr00 / bug.n

Tiling Window Manager for Windows
GNU General Public License v3.0
3.35k stars 212 forks source link

Questions on workspaces/tags and other infos. #165

Open rsu611 opened 6 years ago

rsu611 commented 6 years ago

the whole thing was unreadable. Deleted. Could you please provide a config.ini file with comments and commented code samples for chrome or whatever that can be activated uncommenting? thx!

joten commented 6 years ago

The configuration example in the WIki does provide more or less all variables with the default values, commented out. doc/Configuring_rules.md does provide more information on this chrome-related topic, but no definite collection, and you may find some hints in the Issues.

#i::Manager_getWindowInfo() is the current default hotkey for getting information on the active window, with a Config.ini-line like the following, explained in more detail in doc/Configuring_rules.md: Config_rule=<class>;<title>;<function name>;<is managed>;<m>;<tags>;<is floating>;<is decorated>;<hide title>;<action>

Instruct i3 to open all google chrome windows in workspace 1

Config_rule_#12=Chrome_WidgetWin_1;.*;;1;0;1;0;1;0;

exec google chrome-chrome at startup

Better use the autostart mechanisms from Windows.