Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 26, 2019 21:39
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/c56506f055e5e54a590bf02c305ad380 to your computer and use it in GitHub Desktop.
Save ryantm/c56506f055e5e54a590bf02c305ad380 to your computer and use it in GitHub Desktop.
/nix/store/s82n0v09wfkp0i6rm2mi368vvsnrmmm5-i3-gaps-4.17.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