Skip to content

Commit

Permalink
fix message body
Browse files Browse the repository at this point in the history
  • Loading branch information
otosky committed Jul 29, 2024
1 parent fd663cb commit 995ac45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homes/_modules/desktop/hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 995ac45

Please sign in to comment.