diff --git a/dotfiles/.local/bin/clion b/dotfiles/.local/bin/clion deleted file mode 100755 index 6bf39ff..0000000 --- a/dotfiles/.local/bin/clion +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -# Generated by JetBrains Toolbox 1.22.10774 at 2021-12-08T09:35:58.867971 - -"/home/slococo/.local/share/JetBrains/Toolbox/apps/CLion/ch-0/212.5080.54/bin/clion.sh" "$@" - diff --git a/dotfiles/.local/bin/datagrip b/dotfiles/.local/bin/datagrip deleted file mode 100755 index 1ca1cef..0000000 --- a/dotfiles/.local/bin/datagrip +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -# Generated by JetBrains Toolbox 1.22.10774 at 2021-12-08T09:35:58.892754 - -"/home/slococo/.local/share/JetBrains/Toolbox/apps/datagrip/ch-0/212.5284.17/bin/datagrip.sh" "$@" - diff --git a/dotfiles/.local/bin/hibernate b/dotfiles/.local/bin/hibernate deleted file mode 100755 index ec0b038..0000000 --- a/dotfiles/.local/bin/hibernate +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -sudo ~/.local/bin/disableUSB -systemctl hibernate diff --git a/dotfiles/.local/bin/idea b/dotfiles/.local/bin/idea deleted file mode 100755 index 487c3fa..0000000 --- a/dotfiles/.local/bin/idea +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -# Generated by JetBrains Toolbox 1.22.10774 at 2021-12-08T09:35:58.915745 - -"/home/slococo/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-0/212.5080.55/bin/idea.sh" "$@" - diff --git a/dotfiles/.local/bin/isympy b/dotfiles/.local/bin/isympy deleted file mode 100755 index 46850ad..0000000 --- a/dotfiles/.local/bin/isympy +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -import re -import sys -from isympy import main -if __name__ == '__main__': - sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) - sys.exit(main()) diff --git a/dotfiles/.local/bin/rider b/dotfiles/.local/bin/rider deleted file mode 100755 index 135fcf3..0000000 --- a/dotfiles/.local/bin/rider +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -# Generated by JetBrains Toolbox 1.22.10774 at 2021-12-08T09:35:58.936191 - -"/home/slococo/.local/share/JetBrains/Toolbox/apps/Rider/ch-0/212.5080.71/bin/rider.sh" "$@" - diff --git a/dotfiles/.local/bin/studio b/dotfiles/.local/bin/studio deleted file mode 100755 index 5732907..0000000 --- a/dotfiles/.local/bin/studio +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -# Generated by JetBrains Toolbox 1.22.10774 at 2021-12-08T09:35:58.784723 - -"/home/slococo/.local/share/JetBrains/Toolbox/apps/AndroidStudio/ch-0/203.7784292/bin/studio.sh" "$@" - diff --git a/dotfiles/.local/bin/suspendSystem b/dotfiles/.local/bin/suspendSystem deleted file mode 100755 index 7d845a1..0000000 --- a/dotfiles/.local/bin/suspendSystem +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -#echo EHC1 | sudo tee /proc/acpi/wakeup > /dev/null -#echo EHC2 | sudo tee /proc/acpi/wakeup > /dev/null -#echo XHC | sudo tee /proc/acpi/wakeup > /dev/null -sudo ~/.local/bin/disableUSB -systemctl suspend diff --git a/dotfiles/.local/bin/timeCalib b/dotfiles/.local/bin/timeCalib deleted file mode 100755 index a7b5fe8..0000000 --- a/dotfiles/.local/bin/timeCalib +++ /dev/null @@ -1,12 +0,0 @@ - -while true -do - if [ `date "+%S"` -ge 50 ]; then - if [ `date "+%S"` -lt 59 ]; then - echo "LLEGUE" - break - fi - fi - - sleep 1 -done diff --git a/dotfiles/.local/bin/timeCalibration b/dotfiles/.local/bin/timeCalibration deleted file mode 100755 index a84cf35..0000000 --- a/dotfiles/.local/bin/timeCalibration +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -# exec will take ownership of this program! So, this process will now be dwmblocks. -# Therefore we must not kill it, because it is now dwmblocks! And its parent is obviously -# dwm (because in startx we use exec to launch it!) -restartDwmblocks() { - pkill dwmblocks - exec dwmblocks -} - -# Wait for dwm to start -sleep 5 -while true -do - if [ `date "+%S"` -eq 55 ]; then - restartDwmblocks - fi - - sleep 1 -done - diff --git a/dotfiles/.local/bin/timeSee b/dotfiles/.local/bin/timeSee deleted file mode 100755 index 76962a9..0000000 --- a/dotfiles/.local/bin/timeSee +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -while true -do - echo `date "+%S"` - if [ `date "+%S"` -eq 0 ]; then - echo "EN PUNTO" - break - fi - - sleep 1 -done - diff --git a/dotfiles/.local/bin/waitForSSH b/dotfiles/.local/bin/waitForSSH deleted file mode 100755 index 411d4e7..0000000 --- a/dotfiles/.local/bin/waitForSSH +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -while true -do - SSHOUTPUT=$(ssh-add -l | wc -l) - #if echo $SSHOUTPUT | grep -q "santilococo" ; then - if [ $SSHOUTPUT -eq 3 ]; then - pkill "mono" - exit - fi - - sleep 1 -done - diff --git a/dotfiles/.local/bin/webstorm b/dotfiles/.local/bin/webstorm deleted file mode 100755 index 4778a35..0000000 --- a/dotfiles/.local/bin/webstorm +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -# Generated by JetBrains Toolbox 1.22.10774 at 2021-12-08T09:35:58.955427 - -"/home/slococo/.local/share/JetBrains/Toolbox/apps/WebStorm/ch-0/212.5080.54/bin/webstorm.sh" "$@" -