1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-15 05:25:53 +01:00

Remove trailing whitespace.

Also, the script is a one-liner, stolen from [1]:

ack --print0 -l '[ \t]+$' | xargs -0 -n1 perl -pi -e 's/[ \t]+$//'

[1]
https://stackoverflow.com/questions/149057/how-to-remove-trailing-whitespace-of-all-files-recursively
This commit is contained in:
Doug Torrance
2020-04-09 00:00:14 -04:00
committed by Carlos R. Mafra
parent a17d131da3
commit 54a24ab6f7
109 changed files with 951 additions and 951 deletions

View File

@@ -7,20 +7,20 @@
*
* <Title> is any string to be used as title. Must be enclosed with " if it
* has spaces
*
*
* SHORTCUT specifies a shortcut for that item. <Shortcut> has the
* same syntax of the shortcuts key options in the
* same syntax of the shortcuts key options in the
* $HOME/GNUstep/Defaults/WindowMaker file, such as RootMenuKey or MiniaturizeKey.
*
* You can't specify a shortcut for a MENU or OPEN_MENU entry.
*
* <Command> one of the valid commands:
*
* <Command> one of the valid commands:
* MENU - starts (sub)menu definition
* END - end (sub)menu definition
* OPEN_MENU - opens a menu from a file, pipe or directory(ies) contents
* and eventually precede each with a command.
* WORKSPACE_MENU - adds a submenu for workspace operations. Only one
* workspace_menu is allowed.
* workspace_menu is allowed.
* EXEC <program> - executes an external program
* SHEXEC <command> - executes a shell command (like gimp > /dev/null)
* EXIT - exits the window manager
@@ -79,7 +79,7 @@
* optional prompt and do substitution with what you typed
* %w - substitute with XID for the current focused window
* %W - substitute with the number of the current workspace
*
*
* You can override special characters (as % and ") with the \ character:
* ex: xterm -T "\"Hello World\""
*
@@ -114,7 +114,7 @@
"Navigator de Pagini Man" EXEC xman
"Informaţii" END
"Execută..." SHEXEC %a(Execută,Introduceţi o comandă:)
"XTerm" EXEC xterm -sb
"XTerm" EXEC xterm -sb
"Rxvt" EXEC rxvt -bg black -fg white -fn -misc-fixed-medium-*-*--*-*-*-*-*-*-iso8859-2 -fb -misc-fixed-medium-*-*--*-*-*-*-*-*-iso8859-2
"Spaţii de Lucru" WORKSPACE_MENU
"Aplicaţii" MENU
@@ -127,7 +127,7 @@
"Manager de Fişiere" EXEC xfm
"Fisiere OffiX" EXEC files
"LyX" EXEC lyx
"Netscape" EXEC netscape
"Netscape" EXEC netscape
"Ghostview" EXEC ghostview %a(GhostView,Enter file to view)
"Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobar,Enter PDF to view)
"TkDesk" EXEC tkdesk
@@ -135,7 +135,7 @@
"Editoare" MENU
"XFte" EXEC xfte
"XEmacs" SHEXEC xemacs || emacs
"XJed" EXEC xjed
"XJed" EXEC xjed
"NEdit" EXEC nedit
"Xedit" EXEC xedit
"VI" EXEC xterm -e vi