aboutsummaryrefslogtreecommitdiff
path: root/awesome/rc.lua
diff options
context:
space:
mode:
authorBlista Kanjo2022-04-21 06:17:53 -0400
committerBlista Kanjo2022-04-21 06:17:53 -0400
commit59b2275aa46d9bbd28c08929087ac9adc9636223 (patch)
treec499c3d7e481da3d6e75d616e08bcf902cbc7c22 /awesome/rc.lua
parent60af31d0b1ce8489485b85923a5722b4d5a7af39 (diff)
changed terminal emulator
Diffstat (limited to 'awesome/rc.lua')
-rw-r--r--awesome/rc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index ec451fc..3bf28c5 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -27,7 +27,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 = "qterminal"
+terminal = "xfce4-terminal"
editor = os.getenv("EDITOR") or "xed"
editor_cmd = terminal .. " -e " .. editor
@@ -314,7 +314,7 @@ globalkeys = gears.table.join(
{description = "take a screenshot of an area of the screen", group = "launcher"}),
awful.key({ modkey, "Mod1" }, "Delete", 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("qterminal -e 'htop' --title 'Task Manager'") end,
+ awful.key({ "Control", "Mod1" }, "Delete", function () awful.spawn("xfce4-terminal -e 'htop' --title 'Task Manager'") end,
{description = "Launch HTOP", group = "launcher"}),
-- Brightness Hotkeys