aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorBlista Kanjo2021-10-24 14:56:19 -0400
committerBlista Kanjo2021-10-24 14:56:25 -0400
commitcfd052d1efd02ea088e60cda3d8404178f408af2 (patch)
treeb5bc8edd64c47f6288c4806316dcc1e1f77b0d5d /awesome
parente80a9132e51342963f292cf157578ddf73b34f14 (diff)
now using qterminal as default terminal emulator
Diffstat (limited to 'awesome')
-rw-r--r--awesome/rc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 95c1d1f..4f47efe 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -26,7 +26,7 @@ local theme_path = string.format("%s/.config/awesome/themes/%s/theme.lua", os.ge
beautiful.init(theme_path)
-- This is used later as the default terminal and editor to run.
-terminal = "xfce4-terminal"
+terminal = "qterminal"
editor = os.getenv("EDITOR") or "kate"
editor_cmd = terminal .. " -e " .. editor
@@ -297,7 +297,7 @@ globalkeys = gears.table.join(
{description = "take a screenshot of an area of the screen", group = "launcher"}),
awful.key({ "Shift", "Control" }, "x", function () awful.spawn.easy_async_with_shell("xkill") end,
{description = "kill a window by brute force", group = "launcher"}),
- awful.key({ "Control", "Mod1" }, "Delete", function () awful.spawn("xfce4-terminal -e 'htop' -T 'Task Manager'") end,
+ awful.key({ "Control", "Mod1" }, "Delete", function () awful.spawn("qterminal -e 'htop' --title 'Task Manager'") end,
{description = "Launch HTOP", group = "launcher"}),
-- Brightness Hotkeys