This commit is contained in:
Clay Gomera 2022-01-10 03:12:21 -04:00
parent 9c46cb4d42
commit 0e871b394c
2 changed files with 2 additions and 2 deletions

View file

@ -346,7 +346,7 @@ globalkeys = my_table.join(
awful.key({ modkey, altkey }, "Delete", function () awful.util.spawn("/home/drk/.shell-scripts/./rofi-power-menu.sh") end,
{description = "show rofi power menu", group = "hotkeys"}),
awful.key({ modkey, altkey }, "Print", function () awful.util.spawn("/home/drk/.shell-scripts/./rofi-scrot-menu.sh") end,
{description = "show rofi power menu", group = "hotkeys"}),
{description = "show rofi scrot menu", group = "hotkeys"}),
-- Keyboard Layouts
awful.key({ modkey, "Shift" }, "e", function () awful.util.spawn("setxkbmap -layout es") end,

View file

@ -261,7 +261,7 @@ globalkeys = my_table.join(
awful.key({ modkey, altkey }, "Delete", function () awful.util.spawn("/home/drk/.shell-scripts/./rofi-power-menu.sh") end,
{description = "show rofi power menu", group = "hotkeys"}),
awful.key({ modkey, altkey }, "Print", function () awful.util.spawn("/home/drk/.shell-scripts/./rofi-scrot-menu.sh") end,
{description = "show rofi power menu", group = "hotkeys"}),
{description = "show rofi scrot menu", group = "hotkeys"}),
-- Keyboard Layouts
awful.key({ modkey, "Shift" }, "e", function () awful.util.spawn("setxkbmap -layout es") end,