Squashed 'i3/' changes from dd4b0c9..3b59540

3b59540 Some cleanup, more monitor stuff
2a7e4c5 Add monitor setup

git-subtree-dir: i3
git-subtree-split: 3b59540cda64e740d296c3c2928d7e5696304bbd
This commit is contained in:
murgi
2017-05-24 17:39:04 +02:00
parent 13ace96ffd
commit 1d94a73b6f
6 changed files with 154 additions and 46 deletions

View File

@@ -1,10 +1,13 @@
#! /bin/sh
#
# link_config.sh
# Copyright (C) 2016 fabian <fabian@testvm>
# Copyright (C) 2016 fabian <fabian@tmurgi.de>
#
# Distributed under terms of the MIT license.
#
ln -s $PWD/i3config ~/.config/i3/config
ln -s $PWD/polybarconfig ~/.config/polybar/config
ln -s $PWD/.xinitrc ~/.xinitrc
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