From: martin f. krafft Date: Tue, 10 Mar 2020 18:58:10 +0000 (+0100) Subject: target updates X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/abc89dd3ad2f76c1c6d62818f8062d3338c26b2c target updates --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index fce9a05..3518af1 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -508,8 +508,8 @@ default_tags = gears.table.join(default_tags, { exclusive = true, layout = layouts.default, exec_once = { "thunderbird" }, - class = { "Thunderbird" }, - targets = { "catalyst/DP2-2", "mtvic/eDP1", "gauting/eDP1", "lehel/DisplayPort-1" }, + class = { "thunderbird" }, + targets = { "catalyst/DP2-1", "mtvic/eDP1", "gauting/eDP1", "lehel/DisplayPort-1" }, }, { name = "chr", @@ -518,7 +518,7 @@ default_tags = gears.table.join(default_tags, { layout = layouts.default, exec_once = { "chromium" }, class = { "Chromium" }, - targets = { "catalyst/DP2-2", "mtvic/eDP1", "gauting/eDP1", "lehel/DisplayPort-1", "present/HDMI1" }, + targets = { "catalyst/DP2-1", "mtvic/eDP1", "gauting/eDP1", "lehel/DisplayPort-1", "present/HDMI.*" }, }, { name = "ffx", @@ -527,7 +527,7 @@ default_tags = gears.table.join(default_tags, { layout = layouts.default, exec_once = { "firefox" }, class = { "Firefox" }, - targets = { "catalyst/DP2-2", "mtvic/eDP1", "gauting/eDP1", "lehel/DisplayPort-1", "present/HDMI1" }, + targets = { "catalyst/DP2-1", "mtvic/eDP1", "gauting/eDP1", "lehel/DisplayPort-1", "present/HDMI.*" }, }, })