summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-09-21 15:48:45 +0200
committerache <ache@ache.one>2021-09-21 15:48:45 +0200
commit7619ef51547ed001b2d8a94c64fa0f7e8168e7d2 (patch)
treec76537e6f5ca81c945dcb425f76a7c2ebe9d7a22
parentFix dvorak fr (diff)
Use kitty
-rw-r--r--rc.lua8
1 files 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)