From a3db0d1b4d71fafa821c5f27ce98dcc88c069f65 Mon Sep 17 00:00:00 2001 From: fennek182 Date: Sun, 14 Jun 2026 21:28:42 +0200 Subject: [PATCH] updated hyprland keybinds (scripts) --- .config/hypr/modules/binds.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ==========