Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 2, 2020 23: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/59cf83c126ef0fb593760c0e07c722c3 to your computer and use it in GitHub Desktop.
Save r-ryantm/59cf83c126ef0fb593760c0e07c722c3 to your computer and use it in GitHub Desktop.
/nix/store/cicz4r01cjqa11r1clvrvsw62iykpbq5-bspwm-0.9.10
├── 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/cicz4r01cjqa11r1clvrvsw62iykpbq5-bspwm-0.9.10/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