From 12b0f911a0304e06ebaafbd84ef0422f201f34eb Mon Sep 17 00:00:00 2001 From: gytic <149968794+gytic@users.noreply.github.com> Date: Mon, 28 Jul 2025 22:42:15 +0200 Subject: [PATCH] fix: xfwm4 keybinds xfwm4 stores important default keybinds inside the "custom" section. These important keybinds were removed in commit d5458a9fcf1f42265ceabf1db33b994a514b4784 as I thought they would be added automatically back in. This regression is now reverted. --- nixos95/dotfiles/xfwm4-keybinds.xml | 61 +++++++++++++++++++++++++++++ nixos95/keybinds.nix | 1 + 2 files changed, 62 insertions(+) create mode 100644 nixos95/dotfiles/xfwm4-keybinds.xml diff --git a/nixos95/dotfiles/xfwm4-keybinds.xml b/nixos95/dotfiles/xfwm4-keybinds.xml new file mode 100644 index 0000000..cbf5bf8 --- /dev/null +++ b/nixos95/dotfiles/xfwm4-keybinds.xml @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/nixos95/keybinds.nix b/nixos95/keybinds.nix index 0ae9207..f9a735c 100644 --- a/nixos95/keybinds.nix +++ b/nixos95/keybinds.nix @@ -94,6 +94,7 @@ in { + ${builtins.readFile ./dotfiles/xfwm4-keybinds.xml} ${xfwm4_xml} -- 2.51.2