small updates

This commit is contained in:
Alexander Gehrke 2026-01-11 15:28:29 +01:00
parent 1882057748
commit a5447d1669
3 changed files with 9 additions and 6 deletions

View file

@ -165,7 +165,8 @@ local myglobalkeys = awful.util.table.join(
awful.key({ modkey }, "x", binder.spawn("dmxrandr")),
awful.key({ modkey, "Shift" }, "x", binder.spawn("xd --dmenu")),
awful.key({ modkey }, "z", binder.spawn("dmumount")),
awful.key({ modkey }, "p", nil, binder.spawn("passmenu --type")),
--awful.key({ modkey }, "p", nil, binder.spawn("passmenu --type")),
awful.key({ modkey }, "p", nil, binder.spawn("rofi-rbw")),
awful.key({ modkey, "Shift" }, "p", binder.spawn("rofi-pass")),
--}}}