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