keybindings update

This commit is contained in:
joelchrono12 2023-01-18 08:50:28 -06:00
parent b2d4d56185
commit 8b17f259ed
Signed by: chrono
GPG Key ID: E23D9C7FA57497A6
1 changed files with 2 additions and 4 deletions

View File

@ -393,9 +393,7 @@ globalkeys = gears.table.join(
{description = "run browser", group = "user programs"}),
awful.key({ modkey}, "p", function () awful.spawn("rofi -show drun") end,
{description = "run rofi prompt (drun)", group = "Rofi launcher"}),
awful.key({ modkey,altkey}, "p", function () awful.spawn("qpost.sh") end,
{description = "Create new blog post", group = "Rofi launcher"}),
awful.key({ modkey,"Shift"}, "q", function () awful.spawn("/home/joelchrono12/.config/rofi/scripts/power-menu.sh") end,
awful.key({ modkey,"Shift"}, "q", function () awful.spawn("/home/chrono/.config/rofi/scripts/power-menu.sh") end,
{description = "run rofi power menu script", group = "Rofi launcher"}),
awful.key({ modkey,altkey}, "k", function () awful.spawn("rofi-pass") end,
{description = "run rofi power menu script", group = "Rofi launcher"}),
@ -403,7 +401,7 @@ globalkeys = gears.table.join(
{description = "run prompt", group = "launcher"}),
awful.key({ modkey,"Shift"}, "s", function () awful.spawn("flameshot gui") end,
{description = "run gui editor", group = "launcher"}),
awful.key({ modkey, altkey }, "p", function () awful.spawn("/home/joelchrono12/.config/rofi/scripts/qpost.sh") end,
awful.key({ modkey, altkey }, "p", function () awful.spawn("/home/chrono/.config/rofi/scripts/qpost.sh") end,
{description = "create new blogpost", group = "launcher"}))
clientkeys = gears.table.join(
awful.key({ modkey, }, "f",