This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository e16.
View the commit online.
commit 6ac8c6c858a2808adfb639125812416a59aff99d
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Thu Jun 2 09:00:29 2022 +0200
Menu and bindings cleanups
---
config/bindings.cfg | 2 +-
scripts/e_gen_menu | 4 ----
scripts/e_gen_menu.pl | 4 ----
3 files changed, 1 insertion(+), 9 deletions(-)
diff --git a/config/bindings.cfg b/config/bindings.cfg
index a03501ee..9826ff59 100644
--- a/config/bindings.cfg
+++ b/config/bindings.cfg
@@ -77,7 +77,7 @@ Tooltip Go forward a desktop
# Default keybindings
Aclass KEYBINDINGS global
KeyDown CA Home desk arrange size
-KeyDown CA Insert exec Eterm
+KeyDown CA Insert exec xterm
KeyDown CA Delete exit logout
KeyDown CA End exit restart
KeyDown CA Right desk next
diff --git a/scripts/e_gen_menu b/scripts/e_gen_menu
index 8f4aafaa..5c616558 100755
--- a/scripts/e_gen_menu
+++ b/scripts/e_gen_menu
@@ -445,10 +445,7 @@ MainMenu = [
UserAppsMenu = [
't:User Application List:',
- 'x:Eterm:Eterm',
- 'x:Terminal:Terminal',
'x:XTerm:xterm',
- 'x:rxvt:rxvt',
'x:urxvt:urxvt',
'x:Firefox:firefox',
'x:Thunderbird:thunderbird',
@@ -463,7 +460,6 @@ UserAppsMenu = [
'x:XMag:xmag',
'x:Grip:grip',
'x:Audacious:audacious',
- 'x:XMMS:xmms'
]
EeshCloseMessageWindows()
diff --git a/scripts/e_gen_menu.pl b/scripts/e_gen_menu.pl
index 2f525cc4..ffa82946 100755
--- a/scripts/e_gen_menu.pl
+++ b/scripts/e_gen_menu.pl
@@ -97,10 +97,7 @@ $DoIconv = `which iconv`;
@UserAppsMenu = (
"t:User Application List",
- "x:Eterm:Eterm",
- "x:Terminal:Terminal",
"x:XTerm:xterm",
- "x:rxvt:rxvt",
"x:urxvt:urxvt",
"x:Firefox:firefox",
"x:Thunderbird:thunderbird",
@@ -115,7 +112,6 @@ $DoIconv = `which iconv`;
"x:XMag:xmag",
"x:Grip:grip",
"x:Audacious:audacious",
- "x:XMMS:xmms"
);
# Remove duplicates and nulls in ':' separated dir list
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.