update some scripts
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
spawn="niri msg action spawn --"
|
||||
|
||||
$spawn codium $HOME/projects/hr/rts10_reports/
|
||||
$spawn codium --new-window $HOME/projects/hr/rts10_reports/
|
||||
$spawn flatpak run md.obsidian.Obsidian $HOME/projects/hr/rts10_reports/
|
||||
|
||||
@@ -6,6 +6,6 @@ echo -n >"$HOME/.config/menu/proj"
|
||||
for proj in $(find "$HOME/projects" -maxdepth 3 -type d -name '\.git')
|
||||
do
|
||||
name="$(echo $proj | sed -e "s|^$HOME/projects/||" -e 's|/\.git$||')"
|
||||
echo "$name:exec:alacritty --working-directory=\$HOME/projects/$name" \
|
||||
echo "$name:exec:alacritty --working-directory=$HOME/projects/$name" \
|
||||
>>"$HOME/.config/menu/proj"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user