added shortcuts for youtube to otter

This commit is contained in:
2026-02-28 22:47:58 +00:00
parent 76b42ba51c
commit c6d5226340
2 changed files with 18 additions and 1 deletions

View File

@@ -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