Squashed 'i3/' changes from 1903b20..68180b2

68180b2 Add workspace handling to auto_monitor.sh
f48098c Merge branch 'master' of vcs.murgi.de:dotfiles_fabian/i3config
4c9bf8f VGA config
bda0687 Add Xresources

git-subtree-dir: i3
git-subtree-split: 68180b2a45b48b3da2b09629a90113963ccb4cca
This commit is contained in:
Fabian Ising
2018-05-04 13:46:14 +02:00
parent 630f9e8a6d
commit d1e8697ba6
5 changed files with 227 additions and 16 deletions

View File

@@ -8,9 +8,10 @@
mkdir -p $HOME/.config/i3
mkdir -p $HOME/.config/polybar
ln -s $PWD/i3config ~/.config/i3/config
ln -s $PWD/polybarconfig ~/.config/polybar/config
ln -s $PWD/.xinitrc ~/.xinitrc
ln -Ts $PWD/i3config ~/.config/i3/config
ln -Ts $PWD/polybarconfig ~/.config/polybar/config
ln -Ts $PWD/.xinitrc ~/.xinitrc
ln -Ts $PWD/.Xresources ~/.Xresources
while true; do
read -p "Is this your laptop? [y/n]" yn
case $yn in
@@ -19,6 +20,6 @@ while true; do
* ) echo "Please answer yes or no.";;
esac
done
sudo ln -s $PWD/auto_monitor.sh /usr/local/bin/auto_monitor.sh
sudo ln -s $PWD/switch_monitors.sh /usr/local/bin/switch_monitors.sh
sudo ln -s $PWD/98-monitor-hotplug.rules /etc/udev/rules.d/98-monitor-hotplug.rules
sudo ln -Ts $PWD/auto_monitor.sh /usr/local/bin/auto_monitor.sh
sudo ln -Ts $PWD/switch_monitors.sh /usr/local/bin/switch_monitors.sh
sudo ln -Ts $PWD/98-monitor-hotplug.rules /etc/udev/rules.d/98-monitor-hotplug.rules