added shortcuts for youtube to otter
This commit is contained in:
@@ -150,3 +150,20 @@ hyprctl dispatch resizeactive 300 500 &&
|
|||||||
hyprctl dispatch centerwindow &
|
hyprctl dispatch centerwindow &
|
||||||
hyprctl dispatch exec thunar $(find . -maxdepth 2 -type d | fzf)
|
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
|
||||||
|
|
||||||
|
|||||||
2
.nixos
2
.nixos
Submodule .nixos updated: 435929b431...be4f4c26a2
Reference in New Issue
Block a user