diff --git a/hyprland.lua b/hyprland.lua index 1d02388..687740a 100644 --- a/hyprland.lua +++ b/hyprland.lua @@ -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)