Switch from river to river-git and swaylock to swaylock-effects-git
This commit is contained in:
parent
bde180c2a3
commit
47240e51f5
2 changed files with 5 additions and 1 deletions
|
@ -12,7 +12,7 @@ cd config
|
|||
just
|
||||
```
|
||||
|
||||
This config expects to be in ~/config and may break if it is not. For a list of packages that I use see my archinstall configs: [amida](https://trypancakes.com/arch/amida.json), [vlam](https://trypancakes.com/arch/vlam.json). On top of this I use the AUR packages: swww. You should run `just stow` before any of the `setup-` recipes through just.
|
||||
This config expects to be in ~/config and may break if it is not. For a list of packages that I use see my archinstall configs: [amida](https://trypancakes.com/arch/amida.json), [vlam](https://trypancakes.com/arch/vlam.json). On top of this I use the AUR packages: [river-git](https://aur.archlinux.org/packages/river-git), [swaylock-effects-git](https://aur.archlinux.org/packages/swaylock-effects-git), [swww](https://aur.archlinux.org/packages/swww). You should run `just stow` before any of the `setup-` recipes through just.
|
||||
|
||||
Each folder in the root of this repository functions as a module with files inside being stowed (symlinked) relative to `~`. For example, when stowing *river*, `river/.config/river/` is symlinked to `~/.config/river`, `river/.config/xdg-desktop-portal/river-portals.conf` to `~/.config/xdg-desktop-portal/river-portals.conf`, and `river/.config/xdg-desktop-portal-wlr/` to `~/.config/xdg-desktop-portal-wlr`.
|
||||
|
||||
|
|
4
justfile
4
justfile
|
@ -38,6 +38,10 @@ setup-mpv:
|
|||
curl https://raw.githubusercontent.com/po5/thumbfast/master/thumbfast.lua -o ~/.config/mpv/scripts/thumbfast.lua
|
||||
curl -fsSL https://raw.githubusercontent.com/tomasklaen/uosc/HEAD/installers/unix.sh | bash
|
||||
|
||||
# Installs AUR packages for my WM setup
|
||||
setup-river:
|
||||
paru -S lswt river-git swaylock-effects-git swww
|
||||
|
||||
# Set ZSH as default shell and install plugins
|
||||
setup-shell:
|
||||
chsh -s /usr/bin/zsh
|
||||
|
|
Loading…
Add table
Reference in a new issue