mirror of
https://gitlab.com/thebiblelover7/dotfiles.git
synced 2025-09-13 07:03:50 +00:00
added my scripts and added them to the install script
This commit is contained in:
26
scripts/app-on-wksp
Executable file
26
scripts/app-on-wksp
Executable 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
|
Reference in New Issue
Block a user