Created
June 6, 2018 11:20
-
-
Save ryantm/94e21d8ab3a4808980c94f1fbb20f1b6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8 | |
├── bin | |
│ ├── fvwm | |
│ ├── fvwm2 -> fvwm | |
│ ├── fvwm-bug | |
│ ├── FvwmCommand | |
│ ├── fvwm-config | |
│ ├── fvwm-convert-2.6 | |
│ ├── fvwm-menu-desktop | |
│ ├── fvwm-menu-directory | |
│ ├── fvwm-menu-headlines | |
│ ├── fvwm-menu-xlock | |
│ ├── fvwm-perllib | |
│ ├── fvwm-root | |
│ └── xpmroot -> fvwm-root | |
├── libexec | |
│ └── fvwm | |
│ └── 2.6.8 | |
│ ├── FvwmAnimate | |
│ ├── FvwmAudio -> FvwmEvent | |
│ ├── FvwmAuto | |
│ ├── FvwmBacker | |
│ ├── FvwmBanner | |
│ ├── FvwmButtons | |
│ ├── FvwmCascade | |
│ ├── FvwmCommand.pm | |
│ ├── FvwmCommandS | |
│ ├── FvwmCommand.sh | |
│ ├── FvwmConsole | |
│ ├── FvwmConsoleC | |
│ ├── FvwmConsoleC.pl | |
│ ├── FvwmCpp | |
│ ├── FvwmEvent | |
│ ├── FvwmForm | |
│ ├── FvwmIconMan | |
│ ├── FvwmIdent | |
│ ├── FvwmM4 | |
│ ├── FvwmPager | |
│ ├── FvwmPerl | |
│ ├── FvwmProxy | |
│ ├── FvwmRearrange | |
│ ├── FvwmScript | |
│ ├── FvwmTalk | |
│ └── FvwmTile | |
└── share | |
├── fvwm | |
│ ├── ConfigFvwmBacker | |
│ ├── ConfigFvwmButtons | |
│ ├── ConfigFvwmDefaults | |
│ ├── ConfigFvwmIconMan | |
│ ├── ConfigFvwmIdent | |
│ ├── ConfigFvwmPager | |
│ ├── ConfigFvwmProxyDefaults | |
│ ├── default-config | |
│ │ ├── config | |
│ │ ├── FvwmScript-ConfirmCopyConfig | |
│ │ ├── FvwmScript-ConfirmQuit | |
│ │ ├── FvwmScript-DateTime | |
│ │ └── images | |
│ │ ├── background | |
│ │ │ ├── bg1.png | |
│ │ │ ├── bg2.png | |
│ │ │ └── bg3.png | |
│ │ ├── bgicons | |
│ │ │ ├── bg1.png | |
│ │ │ ├── bg2.png | |
│ │ │ └── bg3.png | |
│ │ ├── fvwm-logo-small.png | |
│ │ └── icons | |
│ │ ├── apps.png | |
│ │ ├── conf.png | |
│ │ ├── help.png | |
│ │ ├── programs.png | |
│ │ ├── quit.png | |
│ │ ├── refresh.png | |
│ │ ├── restart.png | |
│ │ ├── terminal.png | |
│ │ └── wallpaper.png | |
│ ├── FvwmForm-Capture | |
│ ├── FvwmForm-Desktop | |
│ ├── FvwmForm-Form | |
│ ├── FvwmForm-QuitVerify | |
│ ├── FvwmForm-Rlogin | |
│ ├── FvwmForm-RootCursor | |
│ ├── FvwmForm-Talk | |
│ ├── FvwmForm-TalkHelp | |
│ ├── FvwmForm-XDGMenuHelp | |
│ ├── FvwmForm-XDGOptionsHelp | |
│ ├── fvwm-menu-desktop-config.fpl | |
│ ├── FvwmScript-BaseConfig | |
│ ├── FvwmScript-BellSetup | |
│ ├── FvwmScript-Buttons | |
│ ├── FvwmScript-Colorset | |
│ ├── FvwmScript-ComExample | |
│ ├── fvwm-script-ComExample.pl | |
│ ├── FvwmScript-ConfirmCopyConfig -> default-config/FvwmScript-ConfirmCopyConfig | |
│ ├── FvwmScript-ConfirmQuit -> default-config/FvwmScript-ConfirmQuit | |
│ ├── FvwmScript-Date | |
│ ├── FvwmScript-DateTime -> default-config/FvwmScript-DateTime | |
│ ├── FvwmScript-FileBrowser | |
│ ├── FvwmScript-Find | |
│ ├── FvwmScript-KeyboardSetup | |
│ ├── FvwmScript-PointerSetup | |
│ ├── FvwmScript-Quit | |
│ ├── FvwmScript-ScreenDump | |
│ ├── FvwmScript-ScreenSetup | |
│ ├── FvwmScript-WidgetDemo | |
│ └── perllib | |
│ ├── FVWM | |
│ │ ├── Commands.pm | |
│ │ ├── Constants.pm | |
│ │ ├── EventNames.pm | |
│ │ ├── Event.pm | |
│ │ ├── Module | |
│ │ │ ├── Terminal.pm | |
│ │ │ ├── Tk.pm | |
│ │ │ └── Toolkit.pm | |
│ │ ├── Module.pm | |
│ │ ├── Tracker | |
│ │ │ ├── Colorsets.pm | |
│ │ │ ├── GlobalConfig.pm | |
│ │ │ ├── ModuleConfig.pm | |
│ │ │ ├── PageInfo.pm | |
│ │ │ ├── Scheduler.pm | |
│ │ │ └── WindowList.pm | |
│ │ └── Tracker.pm | |
│ └── General | |
│ ├── FileSystem.pm | |
│ └── Parse.pm | |
├── locale | |
│ ├── ar | |
│ │ └── LC_MESSAGES | |
│ │ ├── fvwm.mo | |
│ │ └── FvwmScript.mo | |
│ ├── da | |
│ │ └── LC_MESSAGES | |
│ │ ├── fvwm.mo | |
│ │ └── FvwmScript.mo | |
│ ├── de | |
│ │ └── LC_MESSAGES | |
│ │ ├── fvwm.mo | |
│ │ └── FvwmScript.mo | |
│ ├── es | |
│ │ └── LC_MESSAGES | |
│ │ ├── fvwm.mo | |
│ │ └── FvwmScript.mo | |
│ ├── fr | |
│ │ └── LC_MESSAGES | |
│ │ ├── fvwm.mo | |
│ │ └── FvwmScript.mo | |
│ ├── ru | |
│ │ └── LC_MESSAGES | |
│ │ ├── fvwm.mo | |
│ │ └── FvwmScript.mo | |
│ ├── sv_SE | |
│ │ └── LC_MESSAGES | |
│ │ ├── fvwm.mo | |
│ │ └── FvwmScript.mo | |
│ └── zh_CN | |
│ └── LC_MESSAGES | |
│ ├── fvwm.mo | |
│ └── FvwmScript.mo | |
└── man | |
└── man1 | |
├── fvwm.1.gz | |
├── fvwm2.1.gz -> /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/share/man/man1/fvwm.1.gz | |
├── FvwmAnimate.1.gz | |
├── FvwmAuto.1.gz | |
├── FvwmBacker.1.gz | |
├── FvwmBanner.1.gz | |
├── fvwm-bug.1.gz | |
├── FvwmButtons.1.gz | |
├── FvwmCommand.1.gz | |
├── fvwm-config.1.gz | |
├── FvwmConsole.1.gz | |
├── FvwmConsoleC.pl.1.gz | |
├── fvwm-convert-2.6.1.gz | |
├── FvwmCpp.1.gz | |
├── FvwmEvent.1.gz | |
├── FvwmForm.1.gz | |
├── FvwmIconMan.1.gz | |
├── FvwmIdent.1.gz | |
├── FvwmM4.1.gz | |
├── fvwm-menu-desktop.1.gz | |
├── fvwm-menu-directory.1.gz | |
├── fvwm-menu-headlines.1.gz | |
├── fvwm-menu-xlock.1.gz | |
├── FvwmPager.1.gz | |
├── FvwmPerl.1.gz | |
├── fvwm-perllib.1.gz | |
├── FvwmProxy.1.gz | |
├── FvwmRearrange.1.gz | |
├── fvwm-root.1.gz | |
├── FvwmScript.1.gz | |
└── xpmroot.1.gz -> /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/share/man/man1/fvwm-root.1.gz | |
35 directories, 159 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment