diff --git a/bin/hyperdeepnix-show-cheatsheets b/bin/hyperdeepnix-show-cheatsheets.sh similarity index 92% rename from bin/hyperdeepnix-show-cheatsheets rename to bin/hyperdeepnix-show-cheatsheets.sh index f72693e..8eb88f5 100755 --- a/bin/hyperdeepnix-show-cheatsheets +++ b/bin/hyperdeepnix-show-cheatsheets.sh @@ -10,7 +10,7 @@ if [[ ! -d "${cheatsheet_dir}" ]]; then fi mapfile -d '' files < <( - find "${cheatsheet_dir}" -maxdepth 1 -type f \ + find "${cheatsheet_dir}" -maxdepth 1 -type l \ \( -iname '*.png' -o -iname '*.jpg' -o -iname '*.jpeg' -o -iname '*.webp' -o -iname '*.gif' \) \ -print0 | sort -z ) diff --git a/modules/home-manager/hyprland/bindings.nix b/modules/home-manager/hyprland/bindings.nix index cc4112a..96c21dd 100644 --- a/modules/home-manager/hyprland/bindings.nix +++ b/modules/home-manager/hyprland/bindings.nix @@ -17,7 +17,7 @@ in # End active session "SUPER, ESCAPE, exec, hyprlock" "SUPER SHIFT, ESCAPE, exec, ~/.local/share/hyperdeepnix/bin/powermenu.sh" - "SUPER, K, exec, ~/.local/share/hyperdeepnix/bin/hyperdeepnix-show-keybindings" + "SUPER, K, exec, ~/.local/share/hyperdeepnix/bin/hyperdeepnix-show-keybindings.sh" "SUPER SHIFT, K, exec, pypr toggle cheatsheet" # Control tiling