aboutsummaryrefslogtreecommitdiff
path: root/awesome/rc.lua
diff options
context:
space:
mode:
authorBlista Kanjo2021-10-11 05:13:29 -0400
committerBlista Kanjo2021-10-11 05:13:29 -0400
commit0dd174a1e5008e752c31bc2b01544504db5f699c (patch)
treec53df1e3c6c5e3e35c2c17511d0cb3c57fd26267 /awesome/rc.lua
parent8a3ce3e31963cc0c813a83103d7de0e73c30fb86 (diff)
added directional window snapping in a tiled layout
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 5e5f001..371e4a3 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 = "alacritty"
+terminal = "xfce4-terminal"
editor = os.getenv("EDITOR") or "kate"
editor_cmd = terminal .. " -e " .. editor
@@ -283,7 +283,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("xkill") end,
{description = "kill a window by brute force", group = "launcher"}),
- awful.key({ "Control", "Mod1" }, "Delete", function () awful.spawn("alacritty -t 'Task Manager' -e 'htop'") end,
+ awful.key({ "Control", "Mod1" }, "Delete", function () awful.spawn("xfce4-terminal -e 'htop' -T 'Task Manager'") end,
{description = "Launch HTOP", group = "launcher"}),
-- Brightness Hotkeys