Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created February 6, 2019 05:46
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 ryantm/59d78648984ff9abd9e18bafded2a95d to your computer and use it in GitHub Desktop.
Save ryantm/59d78648984ff9abd9e18bafded2a95d to your computer and use it in GitHub Desktop.
/nix/store/j1gd0y2f6pvlna2zvi8y1y2y16s59i8w-i3-gaps-4.16.1
├── bin
│   ├── i3
│   ├── i3bar
│   ├── i3-config-wizard
│   ├── i3-dmenu-desktop
│   ├── i3-dump-log
│   ├── i3-input
│   ├── i3-migrate-config-to-v4
│   ├── i3-msg
│   ├── i3-nagbar
│   ├── i3-save-tree
│   ├── i3-sensible-editor
│   ├── i3-sensible-pager
│   ├── i3-sensible-terminal
│   └── i3-with-shmlog -> i3
├── etc
│   └── i3
│   ├── config
│   └── config.keycodes
├── include
│   └── i3
│   └── ipc.h
└── share
├── applications
│   └── i3.desktop
├── man
│   └── man1
│   ├── i3bar.man.gz
│   ├── i3-config-wizard.man.gz
│   ├── i3-dump-log.man.gz
│   ├── i3-input.man.gz
│   ├── i3.man.gz
│   ├── i3-migrate-config-to-v4.man.gz
│   ├── i3-msg.man.gz
│   ├── i3-nagbar.man.gz
│   ├── i3-sensible-editor.man.gz
│   ├── i3-sensible-pager.man.gz
│   └── i3-sensible-terminal.man.gz
└── xsessions
├── i3.desktop
└── i3-with-shmlog.desktop
10 directories, 31 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment