Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 26, 2020 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/cc74a62d156d11b7c4aefccb976d4d57 to your computer and use it in GitHub Desktop.
Save r-ryantm/cc74a62d156d11b7c4aefccb976d4d57 to your computer and use it in GitHub Desktop.
/nix/store/qn7kqp3gbhli5gby4x27llygq109wpym-notion-4.0.1
├── bin
│   ├── notion
│   └── notionflux
├── etc
│   └── notion
│   ├── cfg_bindings.lua
│   ├── cfg_defaults.lua
│   ├── cfg_dock.lua
│   ├── cfg_kludges.lua
│   ├── cfg_layouts.lua
│   ├── cfg_menu.lua
│   ├── cfg_notion3_keybindings.lua
│   ├── cfg_notion3_tiling.lua
│   ├── cfg_notioncore.lua
│   ├── cfg_notion.lua
│   ├── cfg_query.lua
│   ├── cfg_sp.lua
│   ├── cfg_statusbar.lua
│   ├── cfg_tiling.lua
│   ├── cfg_xrandr.lua
│   ├── look_brownsteel.lua
│   ├── look_cleanios.lua
│   ├── look_clean.lua
│   ├── look_cleanviolet.lua
│   ├── lookcommon_clean_frame.lua
│   ├── lookcommon_clean.lua
│   ├── lookcommon_clean_stdisp.lua
│   ├── lookcommon_clean_tab.lua
│   ├── lookcommon_emboss_frame.lua
│   ├── lookcommon_emboss.lua
│   ├── lookcommon_emboss_stdisp.lua
│   ├── lookcommon_emboss_tab.lua
│   ├── look_dusky.lua
│   ├── look_greenlight.lua
│   ├── look_greyviolet.lua
│   ├── look_ios.lua
│   ├── look.lua
│   ├── look_newviolet_hidpi.lua
│   ├── look_newviolet.lua
│   ├── look_paper.lua
│   ├── look_simpleblue.lua
│   └── net_client_list.lua
├── lib
│   └── notion
│   ├── bin
│   │   ├── ion-completefile
│   │   └── ion-statusd
│   ├── lc
│   │   ├── de.lc
│   │   ├── ioncore_bindings.lc
│   │   ├── ioncore_efbb.lc
│   │   ├── ioncore_ext.lc
│   │   ├── ioncore_luaext.lc
│   │   ├── ioncore_menudb.lc
│   │   ├── ioncore_misc.lc
│   │   ├── ioncore_wd.lc
│   │   ├── ioncore_winprops.lc
│   │   ├── mod_dock.lc
│   │   ├── mod_menu.lc
│   │   ├── mod_mgmtmode.lc
│   │   ├── mod_notionflux.lc
│   │   ├── mod_query_chdir.lc
│   │   ├── mod_query.lc
│   │   ├── mod_sm.lc
│   │   ├── mod_sp.lc
│   │   ├── mod_statusbar.lc
│   │   ├── mod_tiling.lc
│   │   ├── mod_xinerama.lc
│   │   ├── mod_xkbevents.lc
│   │   ├── mod_xrandr.lc
│   │   ├── statusd_date.lc
│   │   ├── statusd_load.lc
│   │   └── statusd_mail.lc
│   └── mod
│   ├── de.so
│   ├── mod_dock.so
│   ├── mod_menu.so
│   ├── mod_mgmtmode.so
│   ├── mod_notionflux.so
│   ├── mod_query.so
│   ├── mod_sm.so
│   ├── mod_sp.so
│   ├── mod_statusbar.so
│   ├── mod_tiling.so
│   ├── mod_xinerama.so
│   ├── mod_xkbevents.so
│   └── mod_xrandr.so
└── share
├── doc
│   └── notion
│   ├── AUTHORS
│   ├── CONTRIBUTING.md
│   ├── LICENSE
│   └── README.md
├── locale
│   ├── cs
│   │   └── LC_MESSAGES
│   │   └── notion.mo
│   └── fi
│   └── LC_MESSAGES
│   └── notion.mo
├── man
│   └── man1
│   ├── notion.1.gz
│   └── notionflux.1.gz
└── notion
├── ion-completeman
├── ion-runinxterm
├── notion.1
├── notionflux.1
├── notion-lock
└── welcome.txt
19 directories, 93 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment