mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 17:56:35 +05:30
add spotify keybinding
This commit is contained in:
@ -50,6 +50,10 @@ awful.keyboard.append_global_keybindings({
|
|||||||
awful.spawn(apps.file_explorer)
|
awful.spawn(apps.file_explorer)
|
||||||
end, { description = "open file explorer", group = "launcher" }),
|
end, { description = "open file explorer", group = "launcher" }),
|
||||||
|
|
||||||
|
awful.key({ modkey }, "s", function()
|
||||||
|
awful.spawn("spotify")
|
||||||
|
end, { description = "open spotify", group = "launcher" }),
|
||||||
|
|
||||||
-- Focus related keybindings.
|
-- Focus related keybindings.
|
||||||
awful.key({ modkey }, "Left", function()
|
awful.key({ modkey }, "Left", function()
|
||||||
awful.client.focus.bydirection("left")
|
awful.client.focus.bydirection("left")
|
||||||
|
Reference in New Issue
Block a user