chore: give a shot to ghostty
This commit is contained in:
parent
1e243f65d5
commit
8f1f7fdcd9
1 changed files with 2 additions and 2 deletions
4
rc.lua
4
rc.lua
|
@ -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" }),
|
||||
|
|
Loading…
Add table
Reference in a new issue