summaryrefslogtreecommitdiff
path: root/fluxbox/debian/patches/fix-xterm-keybinding.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-11-09 16:04:18 -0500
committerB. Stack <bgstack15@gmail.com>2022-11-09 16:04:18 -0500
commitf183cfec8b565beeafd93f8f8b76a23fa71e78ff (patch)
tree654464b353c105428b65355a80d1322a2301483c /fluxbox/debian/patches/fix-xterm-keybinding.patch
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-f183cfec8b565beeafd93f8f8b76a23fa71e78ff.tar.gz
stackrpms-f183cfec8b565beeafd93f8f8b76a23fa71e78ff.tar.bz2
stackrpms-f183cfec8b565beeafd93f8f8b76a23fa71e78ff.zip
add fluxbox
Diffstat (limited to 'fluxbox/debian/patches/fix-xterm-keybinding.patch')
-rw-r--r--fluxbox/debian/patches/fix-xterm-keybinding.patch24
1 files changed, 24 insertions, 0 deletions
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 <paultag@ubuntu.com>
+Author: Daniel Diaz <dydyam@gmail.com>
+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
bgstack15