added my scripts and added them to the install script

This commit is contained in:
2022-01-17 11:43:02 -03:00
parent e9f8fd33f5
commit 27abe57d70
14 changed files with 742 additions and 1 deletions

26
scripts/app-on-wksp Executable file
View File

@@ -0,0 +1,26 @@
#!/bin/bash
c_wksp=$(( $(wmctrl -d | grep '*' | cut --delimiter=' ' -f1) + 1 ))
case $c_wksp in
'1')
brave
;;
'2')
alacritty
;;
'3')
schildichat-desktop
;;
'4')
vlc
;;
'5')
nautilus
;;
'6')
spotify
;;
*)
echo "What was that?"
;;
esac