From 995ac457c5f5d44cc876ff5bfc8f1b4104a6bb18 Mon Sep 17 00:00:00 2001 From: Oliver Tosky Date: Mon, 29 Jul 2024 00:01:21 -0400 Subject: [PATCH] fix message body --- homes/_modules/desktop/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homes/_modules/desktop/hyprland.nix b/homes/_modules/desktop/hyprland.nix index 219c5ec..cc6961f 100644 --- a/homes/_modules/desktop/hyprland.nix +++ b/homes/_modules/desktop/hyprland.nix @@ -40,7 +40,7 @@ in { extraConfig = '' # exit mode # inspired by https://github.com/coffebar/dotfiles/blob/main/.config/hyprland/hyprland.conf - bind=SUPER,escape,exec,hyprctl dispatch submap logout; notify-send -a Hyprland -t 3000 'Exit Mode:\ne - exit\n\nr - reboot\n\ns - suspend\n\nS - poweroff\n\nl - lock' + bind=SUPER,escape,exec,hyprctl dispatch submap logout; notify-send -a Hyprland -t 3000 'Exit Mode:' '\ne - exit\n\nr - reboot\n\ns - suspend\n\nS - poweroff\n\nl - lock' submap=logout bindr=,E,exec,hyprctl dispatch exit bindr=,S,exec,hyprctl dispatch submap reset && systemctl suspend