awesome: put new clients at the end of others instead of setting it master
This commit is contained in:
@ -550,7 +550,7 @@ awful.rules.rules = {
|
|||||||
client.connect_signal("manage", function(c)
|
client.connect_signal("manage", function(c)
|
||||||
-- Set the windows at the slave,
|
-- Set the windows at the slave,
|
||||||
-- i.e. put it at the end of others instead of setting it master.
|
-- i.e. put it at the end of others instead of setting it master.
|
||||||
-- if not awesome.startup then awful.client.setslave(c) end
|
if not awesome.startup then awful.client.setslave(c) end
|
||||||
|
|
||||||
if awesome.startup and not c.size_hints.user_position and not c.size_hints.program_position then
|
if awesome.startup and not c.size_hints.user_position and not c.size_hints.program_position then
|
||||||
-- Prevent clients from being unreachable after screen count changes.
|
-- Prevent clients from being unreachable after screen count changes.
|
||||||
@ -585,3 +585,10 @@ client.connect_signal("unfocus", function(c)
|
|||||||
c.border_color = beautiful.border_normal
|
c.border_color = beautiful.border_normal
|
||||||
end)
|
end)
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
awful.spawn.with_shell("pidof dunst || dunst &")
|
||||||
|
awful.spawn.with_shell("pidof mpd || mpd &")
|
||||||
|
awful.spawn.with_shell("pidof flameshot || flameshot &")
|
||||||
|
awful.spawn.with_shell("pidof picom || picom --experimental-backends &")
|
||||||
|
awful.spawn.with_shell("wal -R")
|
||||||
|
awful.spawn.with_shell("~/.fehbg")
|
||||||
|
|||||||
Reference in New Issue
Block a user