aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlista Kanjo2024-02-25 12:14:20 -0500
committerBlista Kanjo2024-02-25 12:14:20 -0500
commit80deef19e0ed08e63d1829c09c84c5b63df777ce (patch)
tree6b05f5a7775fd6233d4440f7278b68c73432c8ba
parenta8f56bb71218056e3964d4efea3abcacd8504eea (diff)
feat: integrate `boomer` app by Tsoding
-rw-r--r--.config/awesome/rc-4.3-3.lua4
-rw-r--r--.config/awesome/rc.lua4
-rw-r--r--.config/boomer/config4
3 files changed, 12 insertions, 0 deletions
diff --git a/.config/awesome/rc-4.3-3.lua b/.config/awesome/rc-4.3-3.lua
index 104a6d1..263855b 100644
--- a/.config/awesome/rc-4.3-3.lua
+++ b/.config/awesome/rc-4.3-3.lua
@@ -485,6 +485,10 @@ globalkeys = gears.table.join(
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,
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,
diff --git a/.config/boomer/config b/.config/boomer/config
new file mode 100644
index 0000000..267c16a
--- /dev/null
+++ b/.config/boomer/config
@@ -0,0 +1,4 @@
+min_scale = 1.0
+scroll_speed = 1.2
+drag_friction = 6.0
+scale_friction = 4.0