From 7619ef51547ed001b2d8a94c64fa0f7e8168e7d2 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 21 Sep 2021 15:48:45 +0200 Subject: Use kitty --- rc.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rc.lua b/rc.lua index 4f41aec..b545b39 100644 --- a/rc.lua +++ b/rc.lua @@ -76,7 +76,7 @@ beautiful.init(os.getenv("HOME") .. "/.config/awesome/" .. "themes/customII/theme.lua") -- This is used later as the default terminal and editor to run. -terminal = "sakura" +terminal = "kitty" editor = os.getenv("EDITOR") or "vim" editor_cmd = terminal .. " -e " .. editor @@ -92,13 +92,13 @@ lain.layout.cascade.offset_y = 20 -- Table of layouts to cover with awful.layout.inc, order matters. awful.layout.layouts = { - awful.layout.suit.fair, --1 -- lain.layout.uselessfairnogap, --3 lain.layout.uselessfair, --3 lain.layout.cascade, --3 lain.layout.cascade.tile, --3 awful.layout.suit.tile, --1 awful.layout.suit.floating, --1 + awful.layout.suit.fair, --1 } -- }}} @@ -663,10 +663,10 @@ awful.key({ modkey, "Shift" }, "s", hotkeys_popup.show_help, {descriptio awful.key({ modkey}, "F1", function () - awful.util.spawn("sakura -e ncmpcpp") end, + awful.util.spawn("kitty -e ncmpcpp") end, {description = "MPD", group = "awesome"}), awful.key({ modkey, "Mod1" }, "F2", function () - awful.util.spawn("sakura -e mutt") end, + awful.util.spawn("kitty -e mutt") end, {description = "mutt", group = "awesome"}), awful.key({ modkey, "Control" }, "F3", function () naughty.destroy_all_notifications(nil,naughty.notificationClosedReason.dismissedByUser) -- cgit v1.2.3