mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-16 23:34:42 +04:00
add more default packages
This commit is contained in:
parent
1d0f0288a8
commit
5057d037cb
6 changed files with 29 additions and 2 deletions
|
|
@ -371,6 +371,8 @@ globalkeys = gears.table.join(
|
|||
{description = "run prompt", group = "launcher"}),
|
||||
awful.key({ modkey }, "d", function () awful.spawn("rofi -show drun -drun-show-actions") end,
|
||||
{description = "run prompt", group = "launcher"}),
|
||||
awful.key({ modkey }, ".", function () awful.spawn("rofimoji") end,
|
||||
{description = "run prompt", group = "launcher"}),
|
||||
|
||||
awful.key({ modkey }, "x",
|
||||
function ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue