diff options
| author | Blista Kanjo | 2022-04-24 15:32:30 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-04-24 15:32:30 -0400 |
| commit | 8f618b242a5bf59ffb42fc9afd4fd40cacb89397 (patch) | |
| tree | babcf22adff4cf0bf96e1cd6e17488310457e09b /awesome | |
| parent | f582aece198a30448a25b3030b14e719db52d4bc (diff) | |
changed default terminal emulator to qterminal
Diffstat (limited to 'awesome')
| -rw-r--r-- | awesome/rc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index 3bf28c5..ec451fc 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 = "xfce4-terminal" +terminal = "qterminal" 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("xfce4-terminal -e 'htop' --title '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 |
