mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 17:34:03 +01:00
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:
parent
700d99ae7c
commit
522b92c9cd
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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/
|
Loading…
Reference in New Issue
Block a user