chore(keys): update keybindings

This commit is contained in:
tux
2025-09-03 18:24:57 +05:30
parent 08e8a3be1d
commit 1424e3718d
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ local modkey = mod.modkey
client.connect_signal("request::default_keybindings", function()
awful.keyboard.append_client_keybindings({
-- Client state management.
awful.key({ modkey }, "f", function(c)
awful.key({ modkey, mod.shift }, "f", function(c)
c.fullscreen = not c.fullscreen
c:raise()
end, { description = "toggle fullscreen", group = "client" }),

View File

@@ -54,7 +54,7 @@ awful.keyboard.append_global_keybindings({
awful.spawn("GalaxyBudsClient")
end, { description = "open galaxy buds client", group = "launcher" }),
awful.key({ modkey }, "t", function()
awful.key({ modkey }, "f", function()
awful.spawn(apps.file_explorer)
end, { description = "open file explorer", group = "launcher" }),