From 80deef19e0ed08e63d1829c09c84c5b63df777ce Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sun, 25 Feb 2024 12:14:20 -0500 Subject: feat: integrate `boomer` app by Tsoding --- .config/awesome/rc.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/awesome/rc.lua') diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 45f6316..5e0a337 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -473,6 +473,10 @@ awful.keyboard.append_global_keybindings({ function() awful.spawn.easy_async_with_shell("~/.local/bin/toggle-dunst-notifications") end, { description = "toggle dunst notifications", group = "launcher" }), + -- run boomer (requires boomer-git from AUR) + awful.key({ modkey }, "z", function () awful.spawn.easy_async_with_shell("boomer") end, + {description = "run boomer (zoomer application for Linux)", group = "launcher"}), + -- tiled client resizing -- h,j,k,l binds awful.key({ modkey }, "l", function() awful.tag.incmwfact(0.05) end, -- cgit v1.2.3