Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 19, 2020 06:21
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/df6c5beb22e88751ca2ec4f51b8669b4 to your computer and use it in GitHub Desktop.
Save r-ryantm/df6c5beb22e88751ca2ec4f51b8669b4 to your computer and use it in GitHub Desktop.
/nix/store/512kzx7g70dbx945zmbd8g6h9di0rbp5-i3-gaps-4.18
├── 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