diff --git a/.config/hypr/modules/binds.lua b/.config/hypr/modules/binds.lua index 745557f..19d3849 100644 --- a/.config/hypr/modules/binds.lua +++ b/.config/hypr/modules/binds.lua @@ -48,9 +48,10 @@ hl.bind("ALT + P", hl.dsp.pass({ window = "class:^(com\\.obsproject\\.Studio)$" -- ========== Scripts ========== -hl.bind(mainMod .. " + ALT + P", hl.dsp.exec_cmd("~/.local/bin/firefox2tv &")) -hl.bind(mainMod .. " + ALT + P", hl.dsp.exec_cmd("~/.local/bin/firefox2mpv --current &")) +hl.bind(mainMod .. " + O", hl.dsp.exec_cmd("~/.local/bin/firefox2mpv --current &")) hl.bind(mainMod .. " + ALT + P", hl.dsp.exec_cmd("~/.local/bin/firefox2mpv --select &")) +-- hl.bind(mainMod .. " + ALT + P", hl.dsp.exec_cmd("~/.local/bin/firefox2tv &")) +-- hl.bind(mainMod .. " + ALT + P", hl.dsp.exec_cmd("~/.local/bin/firefox2mpv --current &")) -- ========== Hyprland ==========