Skip to content

Commit

Permalink
feat(nix): enable libnotify to send messages via notify-send
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Feb 7, 2024
1 parent 65b1a56 commit 0bf74f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ kitty_mod ctrl+shift

#: Clipboard {{{

# map kitty_mod+c copy_to_clipboard
map kitty_mod+c copy_to_clipboard

#: There is also a copy_or_interrupt action that can be optionally
#: mapped to Ctrl+c. It will copy only if there is a selection and
Expand Down
1 change: 1 addition & 0 deletions nix/nixos/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
gnome.gnome-tweaks
grim # Screenshot tool for hyprland
slurp # Works with grim to screenshot on wayland
libnotify
gnumake
home-manager
hyprland-protocols
Expand Down

0 comments on commit 0bf74f5

Please sign in to comment.