Marty Oehme
def968aefd
Switched sxhkd shortcut from rofi-gopass to new rofi-pass implementation. Additionally switched from pulsemixer to pavolume for media key volume control. Pulsemixer works well as a tui application, but its cli implementation is unbearably slow (on my setup at the very least). After pressing the volume up/down/mute key it could take up to 3 seconds to take effect. With pavolume this change happens almost instantaneously, and it displays a libnotify message on top (can be disabled). |
||
---|---|---|
.. | ||
.config/sh/alias.d | ||
.stow-local-ignore | ||
install_packages.sh | ||
packages.txt | ||
packages_ignore.txt | ||
README.md |
bootstrap module
The bootstrapping module mainly concerns the setup of the repository itself -- installation of packages, setting up basic options and maintenance scripts.
- installs general list of packages, listed here
- if githooks are enabled (either through install script, or manually) will compare installed packages with those on the package list on each commit and warn user about differences (skipping those on the ignore list).
- contains a simple alias
dotlink
which allows quickly re-linking dotfiles when they have been changed. This is useful to invoke when files have been removed or added and need to be sym-linked by stow again (only works for~/.dotfiles
dot directory).