├── .config ├── i3 │ └── config └── i3status │ └── config ├── .github ├── issue_template.md └── pull_request_template.md ├── INSTALL.md ├── LICENSE ├── README.md └── screenshot.png /.config/i3/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/i3/HEAD/.config/i3/config -------------------------------------------------------------------------------- /.config/i3status/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/i3/HEAD/.config/i3status/config -------------------------------------------------------------------------------- /.github/issue_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/i3/HEAD/.github/issue_template.md -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/i3/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/i3/HEAD/INSTALL.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/i3/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/i3/HEAD/README.md -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/i3/HEAD/screenshot.png --------------------------------------------------------------------------------