dialog twaks

This commit is contained in:
Schneider Roland 2022-01-28 15:44:46 +01:00
parent 66a7212d79
commit a2beb1301c
2 changed files with 9 additions and 4 deletions

View File

@ -33,5 +33,5 @@ run /snap/bin/rocketchat-desktop
run /usr/bin/thunderbird
run /usr/bin/discord
# tag 7
run /usr/local/bin/bitwarden
run /usr/bin/keepassx
run /usr/bin/bitwarden
# run /usr/bin/keepassx

9
rc.lua
View File

@ -352,7 +352,7 @@ root.buttons(gears.table.join(
-- mod + s = show help
globalkeys = gears.table.join(
-- mod + e -> custom widget revelation
awful.key({ modkey, }, "e", revelation),
-- awful.key({ modkey, }, "e", revelation),
awful.key({ modkey, }, "s", hotkeys_popup.show_help,
{description="show help", group="awesome"}),
-- mod + left|right -> view next/prev tag
@ -648,7 +648,11 @@ awful.rules.rules = {
keys = clientkeys,
buttons = clientbuttons,
screen = awful.screen.preferred,
placement = awful.placement.no_overlap+awful.placement.no_offscreen
placement = awful.placement.no_overlap+awful.placement.no_offscreen,
maximized_vertical = false,
maximized_horizontal = false,
-- floating = false,
maximized = false
}
},
@ -730,6 +734,7 @@ client.connect_signal("manage", function (c)
-- i.e. put it at the end of others instead of setting it master.
-- if not awesome.startup then awful.client.setslave(c) end
awful.placement.no_offscreen(c)
if awesome.startup and
not c.size_hints.user_position
and not c.size_hints.program_position then