mirror of
https://github.com/alrayyes/dwm.git
synced 2024-11-22 11:36:23 +00:00
need to set monitor to -1 for desktop
This commit is contained in:
parent
c7d547470f
commit
b13a8f7ac7
1 changed files with 10 additions and 10 deletions
|
@ -105,16 +105,16 @@ static const Rule rules[] = {
|
||||||
* WM_NAME(STRING) = title
|
* WM_NAME(STRING) = title
|
||||||
*/
|
*/
|
||||||
/* class instance title tags mask isfloating monitor */
|
/* class instance title tags mask isfloating monitor */
|
||||||
{ "Syncthing GTK", NULL, NULL, 0, 1, 1 },
|
{ "Syncthing GTK", NULL, NULL, 0, 1, -1 },
|
||||||
{ "Toggl Desktop", NULL, NULL, 0, 1, 1 },
|
{ "Toggl Desktop", NULL, NULL, 0, 1, -1 },
|
||||||
{ "Gimp", NULL, NULL, 0, 1, 1 },
|
{ "Gimp", NULL, NULL, 0, 1, -1 },
|
||||||
{ "Iceweasel", NULL, NULL, 1 << 8, 0, 1 },
|
{ "Iceweasel", NULL, NULL, 1 << 8, 0, -1 },
|
||||||
{ "Gpodder", NULL, NULL, 1 << 3, 0, 1 },
|
{ "Gpodder", NULL, NULL, 1 << 3, 0, -1 },
|
||||||
{ "Spotify", NULL, NULL, 1 << 3, 0, 1 },
|
{ "Spotify", NULL, NULL, 1 << 3, 0, -1 },
|
||||||
{ "ncmpcpp", NULL, NULL, 1 << 3, 0, 1 },
|
{ "ncmpcpp", NULL, NULL, 1 << 3, 0, -1 },
|
||||||
{ "mutt", NULL, NULL, 1 << 5, 0, 1 },
|
{ "mutt", NULL, NULL, 1 << 5, 0, -1 },
|
||||||
{ "weechat", NULL, NULL, 1 << 6, 0, 1 },
|
{ "weechat", NULL, NULL, 1 << 6, 0, -1 },
|
||||||
{ "Slack", NULL, NULL, 1 << 6, 0, 1 },
|
{ "Slack", NULL, NULL, 1 << 6, 0, -1 },
|
||||||
};
|
};
|
||||||
|
|
||||||
/* layout(s) */
|
/* layout(s) */
|
||||||
|
|
Loading…
Reference in a new issue