Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created February 16, 2019 15:50
Show Gist options
  • Save ryantm/2d1ebd409763671bbb09476ae7cee10c to your computer and use it in GitHub Desktop.
Save ryantm/2d1ebd409763671bbb09476ae7cee10c to your computer and use it in GitHub Desktop.
/nix/store/2rrhp885x67jr4136d4ahammf84a0n8s-bspwm-0.9.6
├── bin
│   ├── bspc
│   └── bspwm
└── share
├── bash-completion
│   └── completions
│   └── bspc
├── doc
│   └── bspwm
│   ├── CHANGELOG.md
│   ├── CONTRIBUTING.md
│   ├── examples
│   │   ├── bspwmrc
│   │   ├── external_rules
│   │   │   ├── bspwmrc
│   │   │   └── external_rules
│   │   ├── overlapping_borders
│   │   │   └── bspwmrc
│   │   ├── panel
│   │   │   ├── bspwmrc
│   │   │   ├── panel
│   │   │   ├── panel_bar
│   │   │   ├── panel_colors
│   │   │   ├── profile
│   │   │   └── sxhkdrc
│   │   ├── receptacles
│   │   │   ├── extract_canvas
│   │   │   ├── induce_rules
│   │   │   └── README.md
│   │   └── sxhkdrc
│   ├── INSTALL.md
│   ├── MISC.md
│   ├── README.md
│   └── TODO.md
├── fish
│   └── vendor_completions.d
│   └── bspc.fish
├── man
│   └── man1
│   ├── bspc.1.gz -> /nix/store/2rrhp885x67jr4136d4ahammf84a0n8s-bspwm-0.9.6/share/man/man1/bspwm.1.gz
│   └── bspwm.1.gz
├── xsessions
│   └── bspwm.desktop
└── zsh
└── site-functions
└── _bspc
18 directories, 28 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment