diff options
author | zachir <zachir@librem.one> | 2023-02-11 20:15:26 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-11 20:15:26 -0600 |
commit | 8d9bd2041c2d93c5d87b7b82ed8273b6bdf6470b (patch) | |
tree | 4cfbec131cbc482c36a704f96eb3c284c356c081 /awesome | |
parent | 5d2ee8cf601cc8a520b5452504e5a57bcd3d87ac (diff) |
use alacritty as term in awesome
Diffstat (limited to 'awesome')
-rw-r--r-- | awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index 35fc3db..24ef486 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -81,7 +81,7 @@ local spawnatbottom = true -- This is used later as the default terminal and editor to run. -terminal = "st" +terminal = "alacritty" editor = os.getenv("EDITOR") or "nvim" editor_cmd = terminal .. " -e " .. editor |