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:
parent
487caf30b5
commit
5e8ead28ae
7 changed files with 14 additions and 2 deletions
|
@ -21,3 +21,12 @@ echo "
|
|||
if [ -f $PWD/bash.bashrc ] && ! shopt -oq posix; then
|
||||
. $PWD/bash.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
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/bash
|
||||
xrandr --output DVI-0 --primary
|
2
nautilus-scripts/System/Restart GnomeShell
Executable file
2
nautilus-scripts/System/Restart GnomeShell
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
gnome-shell --replace &
|
3
nautilus-scripts/System/Restart Nautilus
Executable file
3
nautilus-scripts/System/Restart Nautilus
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
killall nautilus
|
||||
nautilus &
|
Loading…
Add table
Add a link
Reference in a new issue