summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsuspend-resume.sh8
-rwxr-xr-xunmount-ftp.sh7
2 files changed, 5 insertions, 10 deletions
diff --git a/suspend-resume.sh b/suspend-resume.sh
index dbe0c09..6b60a14 100755
--- a/suspend-resume.sh
+++ b/suspend-resume.sh
@@ -4,6 +4,8 @@
#----------------------------------------------------
export DISPLAY=:0.0
xset r rate 250 50 &
-(sleep 10 && ossxmix -b) &
-(sleep 5 && ~/bin/irssi_notify.sh < /dev/null) &
-xmodmap ~/.xmodmaprc &
+source $HOME/bin/gpg-agent.sh
+numlockx
+#(sleep 10 && ossxmix -b) &
+(sleep 15 && ~/bin/irssi_notify.sh < /dev/null) &
+(sleep 5 && xmodmap ~/.xmodmaprc) &
diff --git a/unmount-ftp.sh b/unmount-ftp.sh
deleted file mode 100755
index ea5a4ec..0000000
--- a/unmount-ftp.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-fusermount -uq /home/flo/workspace/ipx_mount
-fusermount -uq /home/flo/workspace/sh_mount
-fusermount -uq /home/flo/workspace/df_mount
-
-echo -e "${GREEN}Unmounted."; \ No newline at end of file