Info + Icon + key copy

This commit is contained in:
ITmail-dk
2022-01-03 08:01:59 +01:00
parent e2f5d1078f
commit c902b83c12
4 changed files with 179 additions and 14 deletions

23
copy-vm-keys.sh Normal file
View File

@@ -0,0 +1,23 @@
#!/bin/bash
cd ~/bspwm-install-ma-dte/
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " "
echo " copy + chmod +x The sxhkdrc VM file"
echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
mv ~/.config/sxhkd/sxhkdrc sxhkdrc-org
cp ~/bspwm-install-ma-dte/config/sxhkd/sxhkdrc-vm ~/.config/sxhkd/sxhkdrc
chmod +x ~/.config/sxhkd/sxhkdrc
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " "
echo " ALL DONE sxhkdrc VM Keys"
echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
read -p "Press [Enter] key to Reboot System."
echo "You are ready to reboot..."
sudo reboot