Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a2beb1301c |
@ -33,5 +33,5 @@ run /snap/bin/rocketchat-desktop
|
|||||||
run /usr/bin/thunderbird
|
run /usr/bin/thunderbird
|
||||||
run /usr/bin/discord
|
run /usr/bin/discord
|
||||||
# tag 7
|
# tag 7
|
||||||
run /usr/local/bin/bitwarden
|
run /usr/bin/bitwarden
|
||||||
run /usr/bin/keepassx
|
# run /usr/bin/keepassx
|
||||||
|
|||||||
9
rc.lua
9
rc.lua
@ -352,7 +352,7 @@ root.buttons(gears.table.join(
|
|||||||
-- mod + s = show help
|
-- mod + s = show help
|
||||||
globalkeys = gears.table.join(
|
globalkeys = gears.table.join(
|
||||||
-- mod + e -> custom widget revelation
|
-- mod + e -> custom widget revelation
|
||||||
awful.key({ modkey, }, "e", revelation),
|
-- awful.key({ modkey, }, "e", revelation),
|
||||||
awful.key({ modkey, }, "s", hotkeys_popup.show_help,
|
awful.key({ modkey, }, "s", hotkeys_popup.show_help,
|
||||||
{description="show help", group="awesome"}),
|
{description="show help", group="awesome"}),
|
||||||
-- mod + left|right -> view next/prev tag
|
-- mod + left|right -> view next/prev tag
|
||||||
@ -648,7 +648,11 @@ awful.rules.rules = {
|
|||||||
keys = clientkeys,
|
keys = clientkeys,
|
||||||
buttons = clientbuttons,
|
buttons = clientbuttons,
|
||||||
screen = awful.screen.preferred,
|
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.
|
-- 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
|
||||||
|
|
||||||
|
awful.placement.no_offscreen(c)
|
||||||
if awesome.startup and
|
if awesome.startup and
|
||||||
not c.size_hints.user_position
|
not c.size_hints.user_position
|
||||||
and not c.size_hints.program_position then
|
and not c.size_hints.program_position then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user