Skip to content

Commit

Permalink
desktop: Move used application shortcuts from awesome to xbindkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Mar 30, 2024
1 parent f36ba6b commit d73cd39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 0 additions & 12 deletions dotfiles/awesome/.config/awesome/rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -292,18 +292,6 @@ root.buttons(gears.table.join(

-- {{{ Key bindings
globalkeys = gears.table.join(
-- Applications
awful.key({ "Control" }, "#88", function () awful.spawn.spawn("zsh -l -i -c 'dev app firefox'") end,
{description = "firefox", group="applications"}),
awful.key({ "Control" }, "#89", function () awful.spawn.spawn("zsh -l -i -c 'dev app youtube'") end,
{description = "youtube", group="applications"}),
awful.key({ "Control" }, "#83", function () awful.spawn.spawn("zsh -l -i -c 'dev app chatgpt'") end,
{description = "youtube", group="applications"}),
awful.key({ "Control" }, "#85", function () awful.spawn.spawn("zsh -l -i -c 'dev app whatsapp'") end,
{description = "whatsapp", group="applications"}),
awful.key({ modkey, }, "Return", function () awful.spawn(terminal) end,
{description = "terminal", group = "launcher"}),

-- Awesome
awful.key({ modkey, }, "s", hotkeys_popup.show_help,
{description="show help", group="awesome"}),
Expand Down
1 change: 1 addition & 0 deletions dotfiles/xbindkeys/.xbindkeysrc.scm
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
(xbindkey '(control shift e) (shell "rofi -modi emoji -show emoji"))

; programs
(xbindkey '(Alt Return) "alacritty")
(xbindkey '(control KP_1) "vivaldi")

; switch to space mode
Expand Down

0 comments on commit d73cd39

Please sign in to comment.