Script updates

Added a couple of new restart scripts, moved them all to the System directory. Updated the install script to symlink to the Nautilus scripts. Removed the Move Unity script as the issue I was having no longer exists in 11.10, but more importantly, I moved off Unity to GnomeShell so even if it still existed... yeah.
This commit is contained in:
Josh Sherman 2012-01-09 10:56:51 -05:00
parent 487caf30b5
commit 5e8ead28ae
7 changed files with 14 additions and 2 deletions

View file

@ -21,3 +21,12 @@ echo "
if [ -f $PWD/bash.bashrc ] && ! shopt -oq posix; then if [ -f $PWD/bash.bashrc ] && ! shopt -oq posix; then
. $PWD/bash.bashrc . $PWD/bash.bashrc
fi" >> ~/.bashrc fi" >> ~/.bashrc
# Removes the existing scripts
if [ -d ~/.gnome2/nautilus-scripts ];
then
rm ~/.gnome2/nautilus-scripts -rf
fi
# Symlinks back to our scripts
ln -s $PWD/nautilus-scripts ~/.gnome2/nautilus-scripts

View file

@ -1,2 +0,0 @@
#!/bin/bash
xrandr --output DVI-0 --primary

View file

@ -0,0 +1,2 @@
#!/bin/bash
gnome-shell --replace &

View file

@ -0,0 +1,3 @@
#!/bin/bash
killall nautilus
nautilus &