.local scripts added

This commit is contained in:
Sergio Laín 2023-07-05 21:13:22 +02:00
parent 10495589dd
commit bf019bd511
3 changed files with 7 additions and 2 deletions

View file

@ -34,8 +34,8 @@ dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP & systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
# Launch autostart apps # Launch autostart apps
dex -a -s ~/.config/autostart/ & # Easyeffects and thunderbird dex -a -s ~/.config/autostart/ & # Easyeffects and thunderbird
/docs/Documentos/Scripts-Presets/System/openWebServer.sh & # Miniserver for serving a startpage openStartpageServer & # Miniserver for serving a startpage
# Launch tui monitors for cpu and gpu # Launch tui monitors for cpu and gpu
kitty --class btop-kitty btop & kitty --class btop-kitty btop &
kitty --class nvtop-kitty nvtop & kitty --class nvtop-kitty nvtop &

2
.local/bin/deleteOrphans Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
sudo pacman -Qtdq | sudo pacman -Rns -

3
.local/bin/openStartpageServer Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
cd ~/Repos/Personal/StartPage/
python -m http.server 8080