From 96f8cb1d6977f7d2e3779aeb80e8494671c65348 Mon Sep 17 00:00:00 2001 From: pgrondek Date: Thu, 30 May 2019 22:08:06 +0200 Subject: [PATCH] [BIN] move binaries to bin folder --- {scripts => bin}/lock | 0 install.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {scripts => bin}/lock (100%) diff --git a/scripts/lock b/bin/lock similarity index 100% rename from scripts/lock rename to bin/lock diff --git a/install.sh b/install.sh index 458ab89..5b152c0 100755 --- a/install.sh +++ b/install.sh @@ -23,7 +23,7 @@ ln -s $(pwd)/i3status.conf $HOME/.i3status.conf ln -s $(pwd)/i3blocks $HOME/.config/i3blocks ln -s $(pwd)/dunstrc $HOME/.config/dunst/dunstrc -ln -s $(pwd)/scripts/lock $HOME/bin/lock +ln -s $(pwd)/bin/lock $HOME/bin/lock # Gnome # dconf load /org/gnome/desktop/ < gnome/desktop.txt