starting to setup media-server

This commit is contained in:
Matt Nish-Lapidus 2025-02-20 16:23:09 -05:00
parent cfdeb09d16
commit 989ec30ff5
6 changed files with 4707 additions and 13 deletions

View file

@ -87,6 +87,14 @@ config.enable_kitty_keyboard = true
config.unzoom_on_switch_pane = true
config.mouse_bindings = {
{
event = { Up = { streak = 1, button = 'Left' } },
mods = 'NONE',
action = act.OpenLinkAtMouseCursor,
},
}
config.leader = { key = 'Space', mods = 'SHIFT', timeout_milliseconds = 1000 }
config.keys = {