From acdcf43d3a6123154db33e8b25547852bc7be67e Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Tue, 19 Aug 2014 13:34:09 -0600 Subject: [PATCH] Added banshee, Xmodmap and xsession --- i3/Xmodmap | 5 +++++ i3/xsession | 1 + scripts/desktop.txt | 20 +++++++++----------- scripts/sync.sh | 6 ++++-- 4 files changed, 19 insertions(+), 13 deletions(-) create mode 100644 i3/Xmodmap create mode 100755 i3/xsession diff --git a/i3/Xmodmap b/i3/Xmodmap new file mode 100644 index 0000000..08a8218 --- /dev/null +++ b/i3/Xmodmap @@ -0,0 +1,5 @@ +clear Lock +keysym Caps_Lock = Escape +keysym Escape = Caps_Lock +add Lock = Caps_Lock +pointer = 3 2 1 diff --git a/i3/xsession b/i3/xsession new file mode 100755 index 0000000..ba0c6ef --- /dev/null +++ b/i3/xsession @@ -0,0 +1 @@ +exec i3 diff --git a/scripts/desktop.txt b/scripts/desktop.txt index afffa2e..a94f8d3 100644 --- a/scripts/desktop.txt +++ b/scripts/desktop.txt @@ -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 -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 -python-glade2 #pip install twisted argparse pygments +#ffmpeg +synaptic +python-glade2 meld compiz-plugins-extra compizconfig-settings-manager @@ -14,11 +17,9 @@ vlc gimp filezilla ntp -#ffmpeg winff cplay ubuntu-restricted-extras -#openjdk7-jre kdenlive gparted pidgin @@ -48,7 +49,4 @@ libreoffice libreoffice-templates kvpnc nitrogen -#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 +banshee diff --git a/scripts/sync.sh b/scripts/sync.sh index d1369a8..6861c7b 100755 --- a/scripts/sync.sh +++ b/scripts/sync.sh @@ -59,9 +59,9 @@ while getopts ":hbsdtclw" VALUE "$@"; do if [ "$VALUE" = "c" ] ; then echo "Syncing config files" 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 - 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 ln -s ${PWD}/../python/pylintrc ~/.pylintrc ln -s ${PWD}/../vim/vimrc ~/.vimrc @@ -76,6 +76,8 @@ while getopts ":hbsdtclw" VALUE "$@"; do mkdir -p ~/.i3 ln -s ${PWD}/../i3/i3config ~/.i3/config ln -s ${PWD}/../i3/sleep.sh ~/.i3/sleep.sh + ln -s ${PWD}/../i3/Xmodmap ~/.Xmodmap + ln -s ${PWD}/../i3/xsession ~/.xsession fi if [ "$VALUE" = "l" ] ; then echo "Linking standard directories..."