From a2beb1301c31673c58390e108db81ff515d76af8 Mon Sep 17 00:00:00 2001 From: Schneider Roland Date: Fri, 28 Jan 2022 15:44:46 +0100 Subject: [PATCH] dialog twaks --- autorun.sh | 4 ++-- rc.lua | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/autorun.sh b/autorun.sh index c465332..5fbb34a 100755 --- a/autorun.sh +++ b/autorun.sh @@ -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 diff --git a/rc.lua b/rc.lua index 1a42b82..e4d50dd 100644 --- a/rc.lua +++ b/rc.lua @@ -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