summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-05-08 02:37:04 +0200
committerJoe <bousset.rudy@gmail.com>2022-05-08 02:37:04 +0200
commit2a4fb6c0c533cd01e52e2a1e56935fd8ad87eed3 (patch)
treef32e1abb9e0fedd0542535ca5519ebb2baca9d91 /.config
parenttypo (diff)
downloaddotfiles-bsd-2a4fb6c0c533cd01e52e2a1e56935fd8ad87eed3.tar.gz
dotfiles-bsd-2a4fb6c0c533cd01e52e2a1e56935fd8ad87eed3.tar.bz2
dotfiles-bsd-2a4fb6c0c533cd01e52e2a1e56935fd8ad87eed3.tar.xz
dotfiles-bsd-2a4fb6c0c533cd01e52e2a1e56935fd8ad87eed3.tar.zst
dotfiles-bsd-2a4fb6c0c533cd01e52e2a1e56935fd8ad87eed3.zip
update
Diffstat (limited to '')
-rw-r--r--.config/x11/xinitrc2
-rw-r--r--.config/zsh/alias.zsh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc
index 04b65c3..317029b 100644
--- a/.config/x11/xinitrc
+++ b/.config/x11/xinitrc
@@ -4,7 +4,7 @@ startif() {
pgrep "$1" >/dev/null || "$@" >/dev/null 2>&1 &
}
-"$HOME"/.local/bin/scrmain
+"$HOME"/.local/bin/setwp
"$HOME"/.local/bin/kb
startif dunst
startif picom
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh
index a66e15d..2e5e8da 100644
--- a/.config/zsh/alias.zsh
+++ b/.config/zsh/alias.zsh
@@ -57,7 +57,7 @@ alias \
irc='irssi' \
dgit='git --git-dir=$HOME/docs/dotfiles-bsd --work-tree=$HOME' \
confgit='git --git-dir=$HOME/docs/conffiles-bsd --work-tree=/' \
- vpsdo='/usr/home/jozan/dev/perl/jozanofastora-scripts/vps-do.pl'
+ gjdo='/usr/home/jozan/dev/perl/gitjoe-scripts/gitjoe-do.pl'
upsrc() {
doas git -C /usr/src pull --ff-only
}