1
0
forked from extern/nix-config
Commit Graph

11 Commits

Author SHA1 Message Date
Donovan Glover
6f75925146
meta: Revert recent dotfile removals
Although removing these dotfiles gave the repository a clean feeling, it
made it significantly harder to resume using a certain window manager or
other tool at any time.

Instead of removing dotfiles entirely, it's enough to simply not install
the programs you don't want to use, or even install them but not open
them.
2023-03-19 18:02:26 -04:00
Donovan Glover
1bcadf80df
meta: Remove feh
feh was one of the fastest image viewers I've ever used, however since I
now use GNOME, having a minimal keyboard-only image viewer is no longer
necessary.
2023-01-08 00:10:28 -05:00
Donovan Glover
3a2dc47362
feh: Remove save image key
I never used this key and I don't think I ever will. feh is a great
image viewer that's simple, fast, and anti-aliases things properly,
although I believe there's a high probability that another image viewer
is out there that nails all the boxes and then some.
2022-12-15 11:09:45 -05:00
Donovan Glover
0406de2ad6
feh: Remove delete keybind
This helps prevent accidents. In the event that we need to delete
images, ranger with image previews should work equally well.
2022-11-02 18:48:22 -04:00
Donovan Glover
fe96f56867
docs: Add READMEs for feh, httpie, and yay 2018-11-18 14:05:12 -05:00
Donovan Glover
c4b7b69f66
stow: Split bspwm into separate packages
It turns out that placing similar config files (i.e. bspwm-related) in
the same directory is not the way to go about handling dotfiles since
each config file (or dotfile) *should* manipulate only a single program.

This was not the case back when I used urxvt (which would require the
old method of .Xresources), but now that I understand more about how
*modern* dotfiles work (with $XDG_CONFIG_HOME), separating dotfiles by
program became the obvious choice.
2018-11-17 14:58:13 -05:00
Donovan Glover
ed0de68a9b
stow: Split extras into separate packages
Instead of "hiding" dotfiles in an extra group, it is easier to use
separate packages for each unique set of files. Since I'm working on
making my setup more modular, and since I can stow all my dotfiles with
a single command anyway, this configuration is more appealing now.
2018-11-15 12:38:45 -05:00
Donovan Glover
b58ae0bdd4
Combine bspwm-specific dotfiles
There are many dotfiles that we don't have to worry about when using a
desktop environment like Plasma or Xfce. These dotfiles are bspwm
specific and should all be stowed at the same time when stowing bspwm.
2018-09-01 02:29:22 -04:00
Donovan Glover
3cb488fed0
Update feh keybindings 2018-04-13 22:35:24 -04:00
Donovan Glover
b03f06fed1
Update feh config and .xinitrc 2018-04-11 23:34:26 -04:00
Donovan Glover
67f07825fc
Move mpv, feh, and bspwm to stow 2018-02-27 01:23:19 -05:00