aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorjakobst1n <jakob.stendahl@outlook.com>2021-09-04 12:22:08 +0200
committerjakobst1n <jakob.stendahl@outlook.com>2021-09-04 12:22:08 +0200
commit80dc0a70c336adaa0ec8fd3e556c09a28fdcfa15 (patch)
treed0b70cf060f52f3b54acd7027701282d00f7960f /install
parente6df7072ab32493a561fc678eacc119b57981827 (diff)
downloaddotfiles-80dc0a70c336adaa0ec8fd3e556c09a28fdcfa15.tar.gz
dotfiles-80dc0a70c336adaa0ec8fd3e556c09a28fdcfa15.zip
Add things
Diffstat (limited to 'install')
-rwxr-xr-xinstall/install_linux.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/install/install_linux.sh b/install/install_linux.sh
index fffb066..0804828 100755
--- a/install/install_linux.sh
+++ b/install/install_linux.sh
@@ -51,6 +51,13 @@ if [ $res -eq 1 ]; then
tput rc; tput ed
fi
+dlgYN "> autorandr" res
+if [ $res -eq 1 ]; then
+ tput sc
+ pip install autorandr
+ tput rc; tput ed
+fi
+
dlgYN "> Create symlinks" res
if [ $res -eq 1 ]; then
CWD=$(pwd)
@@ -66,6 +73,7 @@ if [ $res -eq 1 ]; then
ln -isf "$CWD/Common/i3/Xresources" ~/.Xresources
ln -isf "$CWD/Common/i3/xsettingsd" ~/.xsettingsd
ln -isf "$CWD/Common/rofi" ~/.config/rofi
+ ln -isf "$CWD/Common/deadd" ~/.config/deadd
tput rc; tput ed
fi