chore: give a shot to ghostty

This commit is contained in:
Wilfried OLLIVIER 2025-01-13 08:19:11 +01:00
parent 1e243f65d5
commit 8f1f7fdcd9

4
rc.lua
View file

@ -63,7 +63,7 @@ end
beautiful.init("~/.config/awesome/themes/gruvbox/theme.lua")
-- This is used later as the default terminal and editor to run.
terminal = "wezterm"
terminal = "ghostty"
editor = os.getenv("EDITOR") or "nano"
editor_cmd = terminal .. " -e " .. editor
@ -300,7 +300,7 @@ globalkeys = gears.table.join(
awful.spawn(terminal)
end, { description = "open a terminal", group = "launcher" }),
awful.key({ mod4, "Shift" }, "Return", function()
awful.spawn("tdrop -ma -w -4 " .. "alacritty")
awful.spawn("tdrop -ma -w -4 " .. "ghostty")
end, { description = "toggle scratchpad", group = "launcher" }),
awful.key({ modkey, "Control" }, "r", awesome.restart, { description = "reload awesome", group = "awesome" }),