diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 2499d62..e863c5d 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -55,7 +55,7 @@ end beautiful.init(awful.util.get_themes_dir() .. "default/theme.lua") -- This is used later as the default terminal and editor to run. -terminal = "gnome-terminal" +terminal = "sakura" editor = os.getenv("EDITOR") or "nano" editor_cmd = terminal .. " -e " .. editor