From f183cfec8b565beeafd93f8f8b76a23fa71e78ff Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 9 Nov 2022 16:04:18 -0500 Subject: add fluxbox --- fluxbox/debian/patches/fix-xterm-keybinding.patch | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 fluxbox/debian/patches/fix-xterm-keybinding.patch (limited to 'fluxbox/debian/patches/fix-xterm-keybinding.patch') diff --git a/fluxbox/debian/patches/fix-xterm-keybinding.patch b/fluxbox/debian/patches/fix-xterm-keybinding.patch new file mode 100644 index 0000000..7375982 --- /dev/null +++ b/fluxbox/debian/patches/fix-xterm-keybinding.patch @@ -0,0 +1,24 @@ +From: Paul Tagliamonte +Author: Daniel Diaz +Date: Thu, August 12th, 2010 07:06:01 +0000 +Subject: Keybinding fix: Change `xterm' to `x-terminal-emulator' +Description: + This changes the default keybinding from xterm to x-terminal-emulator, + which is more complient with Debian policy. This is a local change only, + for the most part. +Origin: local +Forwarded: not-needed + +diff --git a/data/keys b/data/keys +index 7e2557c..b02f80f 100644 +--- a/data/keys ++++ b/data/keys +@@ -58,7 +58,7 @@ Mod4 8 :Tab 8 + Mod4 9 :Tab 9 + + # open a terminal +-Mod1 F1 :Exec xterm ++Mod1 F1 :Exec x-terminal-emulator + + # open a dialog to run programs + Mod1 F2 :Exec fbrun -- cgit