stow: Merge term with bspwm

Realistically, you'll be using neither termite nor urxvt if you have
access to a desktop environment since those usually include their own
terminal emulator that works out of the box anyway.

Additionally, many of the benefits from termite and urxvt are not a
necessity in other desktop environments.
This commit is contained in:
Donovan Glover 2018-10-30 14:13:02 -04:00
parent 700d99ae7c
commit 522b92c9cd
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
5 changed files with 2 additions and 24 deletions

View File

@ -34,7 +34,6 @@ Since my dotfiles are managed with Stow, any of your existing dotfiles will not
- [gpg](/gpg) - My settings for GPG.
- [plasma](/plasma) - Dotfiles specific to KDE Plasma.
- [systemd](/systemd) - User services, such as ssh-agent and urxvtd.
- [term](/term) - Config for urxvt and termite. May apply elsewhere as well.
- [tmux](/tmux) - A vim-like terminal multiplexer that gets out of your way.
- [vim](/vim) - The settings I use for vim, also known as the best editor.
- [wal](/wal) - My additions to wal's color scheme application algorithm.

View File

@ -9,8 +9,8 @@ I use `bspwm` as my window manager of choice. My setup is optimized for HiDPI, s
- [dunst][dunst] - Notifications
- [rofi][rofi] - Window switcher, application launcher, and dmenu replacement
- [sxhkd][sxhkd] - Keybinds
- [rxvt-unicode-patched][rxvt-unicode-patched] - Terminal for image support
- [termite][termite] - Terminal for transparency and everything else
- [rxvt-unicode-patched][rxvt-unicode-patched] - Terminal with image support
- [termite][termite] - Terminal with true transparency, icon fonts, true color, and emoji support
- [python-pywal][python-pywal] - A universal color scheme changer
- [feh][feh] - Used to set the background image

View File

@ -1,21 +0,0 @@
# Term
Here you will find the dotfiles I use specifically for the terminal emulators `termite` and `urxvt`.
## Dependencies
- [termite][termite] - Terminal with true transparency, icon fonts, true color, and emoji support
- [rxvt-unicode-patched][rxvt-unicode-patched] - Terminal with image support
## Installation
```sh
make package=term
```
## Usage
If you haven't already, `xrdb -merge ~/.Xresources`. Note that `.Xresources` should be loaded with one of your init scripts.
[termite]: https://www.archlinux.org/packages/community/x86_64/termite/
[rxvt-unicode-patched]: https://aur.archlinux.org/packages/rxvt-unicode-patched/