Added banshee, Xmodmap and xsession
This commit is contained in:
parent
6a7270c79d
commit
acdcf43d3a
5
i3/Xmodmap
Normal file
5
i3/Xmodmap
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
clear Lock
|
||||||
|
keysym Caps_Lock = Escape
|
||||||
|
keysym Escape = Caps_Lock
|
||||||
|
add Lock = Caps_Lock
|
||||||
|
pointer = 3 2 1
|
1
i3/xsession
Executable file
1
i3/xsession
Executable file
@ -0,0 +1 @@
|
|||||||
|
exec i3
|
@ -1,11 +1,14 @@
|
|||||||
#sudo apt-get update;sudo apt-get upgrade;sudo apt-get install $(grep -vE "^\s*#" apps.txt | tr "\n" " ")
|
|
||||||
#apt-get remove ubuntuone* python3-oneconf
|
|
||||||
#Synapse removed because deb is not present in current repos :(
|
|
||||||
#synapse
|
#synapse
|
||||||
synaptic
|
#IN STARTUP ITEMS: gtk-redshift -l 36.3:-80.3 -t 6500:4000
|
||||||
|
#FOR CAFFEINE sudo add-apt-repository ppa:caffeine-developers/ppa
|
||||||
|
#caffeine
|
||||||
|
#variety
|
||||||
|
#openjdk7-jre
|
||||||
#python3.2
|
#python3.2
|
||||||
python-glade2
|
|
||||||
#pip install twisted argparse pygments
|
#pip install twisted argparse pygments
|
||||||
|
#ffmpeg
|
||||||
|
synaptic
|
||||||
|
python-glade2
|
||||||
meld
|
meld
|
||||||
compiz-plugins-extra
|
compiz-plugins-extra
|
||||||
compizconfig-settings-manager
|
compizconfig-settings-manager
|
||||||
@ -14,11 +17,9 @@ vlc
|
|||||||
gimp
|
gimp
|
||||||
filezilla
|
filezilla
|
||||||
ntp
|
ntp
|
||||||
#ffmpeg
|
|
||||||
winff
|
winff
|
||||||
cplay
|
cplay
|
||||||
ubuntu-restricted-extras
|
ubuntu-restricted-extras
|
||||||
#openjdk7-jre
|
|
||||||
kdenlive
|
kdenlive
|
||||||
gparted
|
gparted
|
||||||
pidgin
|
pidgin
|
||||||
@ -48,7 +49,4 @@ libreoffice
|
|||||||
libreoffice-templates
|
libreoffice-templates
|
||||||
kvpnc
|
kvpnc
|
||||||
nitrogen
|
nitrogen
|
||||||
#IN STARTUP ITEMS: gtk-redshift -l 36.3:-80.3 -t 6500:4000
|
banshee
|
||||||
#FOR CAFFEINE sudo add-apt-repository ppa:caffeine-developers/ppa
|
|
||||||
#caffeine
|
|
||||||
#variety
|
|
||||||
|
@ -59,9 +59,9 @@ while getopts ":hbsdtclw" VALUE "$@"; do
|
|||||||
if [ "$VALUE" = "c" ] ; then
|
if [ "$VALUE" = "c" ] ; then
|
||||||
echo "Syncing config files"
|
echo "Syncing config files"
|
||||||
if which trash >/dev/null; then
|
if which trash >/dev/null; then
|
||||||
trash ~/.gitconfig ~/.vimrc ~/.vimperatorrc ~/.vimperator/colors/vimPgray.vimp ~/.vimperator/info/sync/quickmarks ~/.bashrc ~/.pylintrc ~/.zshrc ~/.i3/config ~/.i3/sleep.sh
|
trash ~/.gitconfig ~/.vimrc ~/.vimperatorrc ~/.vimperator/colors/vimPgray.vimp ~/.vimperator/info/sync/quickmarks ~/.bashrc ~/.pylintrc ~/.zshrc ~/.i3/config ~/.i3/sleep.sh ~/.Xmodmap ~/.xsession
|
||||||
else
|
else
|
||||||
rm ~/.gitconfig ~/.vimrc ~/.vimperatorrc ~/.vimperator/colors/vimPgray.vimp ~/.vimperator/info/sync/quickmarks ~/.bashrc ~/.pylintrc ~/.zshrc ~/.i3/config ~/.i3/sleep.sh
|
rm ~/.gitconfig ~/.vimrc ~/.vimperatorrc ~/.vimperator/colors/vimPgray.vimp ~/.vimperator/info/sync/quickmarks ~/.bashrc ~/.pylintrc ~/.zshrc ~/.i3/config ~/.i3/sleep.sh ~/.Xmodmap ~/.xsession
|
||||||
fi
|
fi
|
||||||
ln -s ${PWD}/../python/pylintrc ~/.pylintrc
|
ln -s ${PWD}/../python/pylintrc ~/.pylintrc
|
||||||
ln -s ${PWD}/../vim/vimrc ~/.vimrc
|
ln -s ${PWD}/../vim/vimrc ~/.vimrc
|
||||||
@ -76,6 +76,8 @@ while getopts ":hbsdtclw" VALUE "$@"; do
|
|||||||
mkdir -p ~/.i3
|
mkdir -p ~/.i3
|
||||||
ln -s ${PWD}/../i3/i3config ~/.i3/config
|
ln -s ${PWD}/../i3/i3config ~/.i3/config
|
||||||
ln -s ${PWD}/../i3/sleep.sh ~/.i3/sleep.sh
|
ln -s ${PWD}/../i3/sleep.sh ~/.i3/sleep.sh
|
||||||
|
ln -s ${PWD}/../i3/Xmodmap ~/.Xmodmap
|
||||||
|
ln -s ${PWD}/../i3/xsession ~/.xsession
|
||||||
fi
|
fi
|
||||||
if [ "$VALUE" = "l" ] ; then
|
if [ "$VALUE" = "l" ] ; then
|
||||||
echo "Linking standard directories..."
|
echo "Linking standard directories..."
|
||||||
|
Loading…
Reference in New Issue
Block a user