bug.n icon indicating copy to clipboard operation
bug.n copied to clipboard

Questions on workspaces/tags and other infos.

Open rsu611 opened this issue 7 years ago • 1 comments

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!

rsu611 avatar Mar 10 '18 18:03 rsu611

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.

joten avatar Mar 12 '18 10:03 joten