small updates
This commit is contained in:
parent
1882057748
commit
a5447d1669
3 changed files with 9 additions and 6 deletions
|
|
@ -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")),
|
||||
|
||||
--}}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue