mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 02:08:35 +02:00
bindings: when moving to urgent window, merge tags instead of switching
This commit is contained in:
parent
b0cb6e2b09
commit
c8df51894e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ config.keys.global = awful.util.table.join(
|
|||
awful.client.focus.byidx(-1)
|
||||
if client.focus then client.focus:raise() end
|
||||
end),
|
||||
awful.key({ modkey, }, "u", awful.client.urgent.jumpto),
|
||||
awful.key({ modkey, }, "u", function () awful.client.urgent.jumpto(true) end),
|
||||
|
||||
-- Layout manipulation
|
||||
awful.key({ modkey, }, "l", function () awful.tag.incmwfact( 0.05) end),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue