From 9344da8978dba7064a47dc1580acac8e20a17c41 Mon Sep 17 00:00:00 2001
From: "T. Hinrichsmeyer" <t.hinrichsmeyer@ndr.de>
Date: Wed, 7 May 2025 06:26:49 +0200
Subject: [PATCH] ignore f5vpn upgrade, hyprland keybinding

---
 home/dot_config/etc/pacman.d/ignore.conf                    | 6 ++++++
 .../dot_config/hypr/conf/custom.d/keybinding.conf           | 1 +
 2 files changed, 7 insertions(+)

diff --git a/home/dot_config/etc/pacman.d/ignore.conf b/home/dot_config/etc/pacman.d/ignore.conf
index 1e428c7..3a6337c 100644
--- a/home/dot_config/etc/pacman.d/ignore.conf
+++ b/home/dot_config/etc/pacman.d/ignore.conf
@@ -1 +1,7 @@
 # https://wiki.archlinux.org/title/Pacman#Skip_package_from_being_upgraded
+
+# f5vpn > 7252.2025.0318.1 now depends on libxml2-legacy
+# (https://aur.archlinux.org/packages/f5vpn)
+# but libxml2-legacy is only in Manjaro unstable, see
+# https://manjaristas.org/branch_compare?q=libxml2-legacy
+IgnorePkg=f5vpn
diff --git a/home/dot_config/ml4w-custom-dotfiles/dot_config/hypr/conf/custom.d/keybinding.conf b/home/dot_config/ml4w-custom-dotfiles/dot_config/hypr/conf/custom.d/keybinding.conf
index 3325a0d..0093bf8 100644
--- a/home/dot_config/ml4w-custom-dotfiles/dot_config/hypr/conf/custom.d/keybinding.conf
+++ b/home/dot_config/ml4w-custom-dotfiles/dot_config/hypr/conf/custom.d/keybinding.conf
@@ -25,3 +25,4 @@ bind = $mainMod, g, exec, rofi-rbw # Rofi rbw
 bind = $mainMod, z, exec, rofi_snippets.sh # Rofi Snippets
 
 bind = $mainMod, w, exec, rofi -show window # Rofi window picker
+bind = $mainMod, d, exec, pkill rofi || rofi -show drun -replace -i             # Open application launcher
-- 
GitLab