From c6d5226340e3b6948d52face6d9e95e17ddda319 Mon Sep 17 00:00:00 2001 From: voidarc Date: Sat, 28 Feb 2026 22:47:58 +0000 Subject: [PATCH] added shortcuts for youtube to otter --- .config/otter-launcher/config.toml | 17 +++++++++++++++++ .nixos | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.config/otter-launcher/config.toml b/.config/otter-launcher/config.toml index 8107d7a7..30947a21 100644 --- a/.config/otter-launcher/config.toml +++ b/.config/otter-launcher/config.toml @@ -150,3 +150,20 @@ hyprctl dispatch resizeactive 300 500 && hyprctl dispatch centerwindow & hyprctl dispatch exec thunar $(find . -maxdepth 2 -type d | fzf) """ + +[[modules]] +description = "open youtube" +prefix = "y" +cmd = "hyprctl dispatch exec 'firefox --new-window https://www.youtube.com'" +with_argument = false +url_encode = true +unbind_proc = true + +[[modules]] +description = "open whatsapp" +prefix = "w" +cmd = "hyprctl dispatch exec 'firefox --new-window https://web.whatsapp.com'" +with_argument = false +url_encode = true +unbind_proc = true + diff --git a/.nixos b/.nixos index 435929b4..be4f4c26 160000 --- a/.nixos +++ b/.nixos @@ -1 +1 @@ -Subproject commit 435929b43189cccd57572cb400b36a3b16def82a +Subproject commit be4f4c26a2e109108dd48e82f630ca99decda14e