From b2ec9acae275e60703b4994796e75903458ad92e Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 14 Oct 2024 08:11:21 +0200 Subject: [PATCH] feat: adds notes command --- modules/home/hyprland/config.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index e454057..2b638d0 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -220,7 +220,7 @@ "$mainMod, E, exec, thunar" "$mainMod SHIFT, B, exec, pkill -SIGUSR1 .waybar-wrapped" "$mainMod, C ,exec, hyprpicker -a" - "$mainMod, W,exec, pkill wofi || wallpaper-picker" + "$mainMod, W ,exec, pkill wofi || wallpaper-picker" # clipboard manager "$mainMod SHIFT, V, exec, cliphist list | bemenu -l 5 | cliphist decode | wl-copy" @@ -229,6 +229,7 @@ "$mainMod SHIFT, W, exec, wdisplays" "$mainMod SHIFT, T, exec, thunderbird" "$mainMod SHIFT, P, exec, pavucontrol-qt" + "$mainMod SHIFT, N ,exec, ~/.local/bin/notes" # screenshot "SUPER SHIFT, S, exec, grimblast --notify --cursor save area ~/Pictures/$(date +'%Y-%m-%d-At-%Ih%Mm%Ss').png"