diff options
author | Freya Murphy <freya@freyacat.org> | 2024-04-05 15:11:06 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-04-05 15:11:06 -0400 |
commit | 7d1caf4249319180f637cd3d1a1f7d9a5bffe141 (patch) | |
tree | 44b167845f0dbb42b3c6a3a1d6e492318d5aa92b /.local | |
parent | update init script and configs (diff) | |
download | dotfiles-arch-7d1caf4249319180f637cd3d1a1f7d9a5bffe141.tar.gz dotfiles-arch-7d1caf4249319180f637cd3d1a1f7d9a5bffe141.tar.bz2 dotfiles-arch-7d1caf4249319180f637cd3d1a1f7d9a5bffe141.zip |
hi
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/dotfiles | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/dotfiles b/.local/bin/dotfiles index d170056..c5c2ceb 100755 --- a/.local/bin/dotfiles +++ b/.local/bin/dotfiles @@ -11,6 +11,7 @@ $config add "$XDG_CONFIG_HOME/hypr" $config add "$XDG_CONFIG_HOME/mako" $config add "$XDG_CONFIG_HOME/nvim" $config add "$XDG_CONFIG_HOME/sway" +$config add "$XDG_CONFIG_HOME/swaylock" $config add "$XDG_CONFIG_HOME/waybar" $config add "$XDG_CONFIG_HOME/wofi" $config add "$XDG_CONFIG_HOME/desktop-common" |