Add ai shortcut

This commit is contained in:
2026-07-13 09:47:25 +02:00
parent 2b3565071b
commit 44a517f2c0
+2 -1
View File
@@ -231,6 +231,7 @@ hl.bind(mainMod .. " + F", hl.dsp.window.fullscreen()) -- TODO: vérif
hl.bind(mainMod .. " + Z", hl.dsp.exec_cmd(social))
hl.bind(mainMod .. " + E", hl.dsp.exec_cmd(yuzzit))
hl.bind(mainMod .. " + X", hl.dsp.exec_cmd("alacritty -e aichat"))
hl.bind(mainMod .. " + C", hl.dsp.exec_cmd("alacritty -e numbat"))
hl.bind(mainMod .. " + P", hl.dsp.exec_cmd("pavucontrol"))
hl.bind(mainMod .. " + B", hl.dsp.exec_cmd("blueberry"))
@@ -238,7 +239,7 @@ hl.bind(mainMod .. " + D", hl.dsp.exec_cmd("makoctl mode -t do-not-dis
hl.bind(mainMod .. " + M", hl.dsp.exec_cmd("~/.config/dotfiles/bin-extra/youtube"))
-- Quitter / recharger
hl.bind(mainMod .. " + SHIFT + Q", hl.dsp.exit())
-- hl.bind(mainMod .. " + SHIFT + Q", hl.dsp.exit())
hl.bind(mainMod .. " + CTRL + R", hl.dsp.exec_cmd("systemctl restart waybar --user"))
-- Moniteurs (remplace hyprscript focusnextmonitor / movewindow)