diff --git a/.mlvwm/apps/.AppsManifest b/.mlvwm/apps/.AppsManifest index b787a05..03612e1 100644 --- a/.mlvwm/apps/.AppsManifest +++ b/.mlvwm/apps/.AppsManifest @@ -15,3 +15,4 @@ Read .mlvwm/apps/xmag Read .mlvwm/apps/xmessage Read .mlvwm/apps/xosview Read .mlvwm/apps/xterm +Read .mlvwm/apps/xwf diff --git a/.mlvwm/apps/xwf b/.mlvwm/apps/xwf new file mode 100644 index 0000000..1417b4e --- /dev/null +++ b/.mlvwm/apps/xwf @@ -0,0 +1,59 @@ +Menu Xwf-File, Label "File", Left +"Open in New Window" Action SendMessage M+O +"New Folder..." Action SendMessage M+N +"New File..." Action SendMessage M+K +"Open With..." Action SendMessage M+O +"Close Window" Action SendMessage M+W +"" NonSelect +"Properties..." Action SendMessage M+I +"Register..." Action SendMessage M+J +"Rename..." Action SendMessage M+R +"Delete..." Action SendMessage C+X +"" NonSelect +"Duplicate" Action SendMessage M+D +"Make Alias..." Action SendMessage M+M +"" NonSelect +"Delete" Action SendMessage C+X +"" NonSelect +"Find..." Action SendMessage M+F +"" NonSelect +"Quit" Action SendMessage M+Q +END + +Menu Xwf-Edit, Label "Edit", Left +"Undo" NonSelect, Gray, Action Nop +"" NonSelect +"Cut" NonSelect, Gray +"Copy" NonSelect, Gray +"Paste" NonSelect, Gray +"Select All" NonSelect, Gray +"Deselect" Action SendMessage SM+A +END + +Menu Xwf-View, Label "View", Left +"Show/Hide Dotfiles" Action SendMessage SM+D +END + +Menu Xwf-Go, Label "Go", Left +"Enclosing Folder" Action SendMessage M+U +"" NonSelect +"Go to Folder..." Action SendMessage M+G +END + +MenuBar Xwf +Xwf-File +Xwf-Edit +Xwf-View +Xwf-Go +END + +Style +"*Xat" MaxmizeScale 640x480, NoSBarH, NoSBarV +"*Xat" MiniIcon finder.xpm +"*Xcp" MaxmizeScale 640x480, NoSBarH, NoSBarV +"*Xcp" MiniIcon finder.xpm +"*Xfi" MaxmizeScale 640x480, NoSBarH, NoSBarV +"*Xfi" MiniIcon finder.xpm +"*Xwf" MaxmizeScale 640x480, NoSBarH, NoSBarV +"*Xwf" MiniIcon finder.xpm, MenuBar Xwf +END diff --git a/README.md b/README.md index 0ab6da4..bcdb96d 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Configurations for the following X11 applications are included: * Xmessage * [Xosview2](http://xosview.sourceforge.net/) * [Xterm] +* [Xwf](https://github.com/morgant/xwf) ## MENU EXTRAS