summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2018-11-16 12:35:55 +0100
committerUrbain Vaes <urbain@vaes.uk>2018-11-16 12:35:55 +0100
commit543c43ea1c8cbb938a5a5bcf06778100ca4c9728 (patch)
treeb5bb5466165fcec8de370b5bd61d4132baf52f2d /bin
parent5b2db8132927bceb9e0907a07ad6e71406f81bbe (diff)
Move ~/bin to ~/.local/bin
Diffstat (limited to 'bin')
-rw-r--r--bin/.local/bin/MIMEmbellish0
-rwxr-xr-xbin/.local/bin/downloads (renamed from bin/bin/downloads)0
-rwxr-xr-xbin/.local/bin/keyboard (renamed from bin/bin/keyboard)0
-rwxr-xr-xbin/.local/bin/monitor (renamed from bin/bin/monitor)0
-rwxr-xr-xbin/.local/bin/password (renamed from bin/bin/password)0
-rwxr-xr-xbin/.local/bin/references (renamed from bin/bin/references)0
-rwxr-xr-xbin/.local/bin/run (renamed from bin/bin/run)0
-rwxr-xr-xbin/.local/bin/tldr (renamed from bin/bin/tldr)0
-rwxr-xr-xbin/.local/bin/tmux_attach (renamed from bin/bin/tmux_attach)0
-rwxr-xr-xbin/.local/bin/workspace (renamed from bin/bin/workspace)2
10 files changed, 1 insertions, 1 deletions
diff --git a/bin/.local/bin/MIMEmbellish b/bin/.local/bin/MIMEmbellish
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/bin/.local/bin/MIMEmbellish
diff --git a/bin/bin/downloads b/bin/.local/bin/downloads
index dfbbd98..dfbbd98 100755
--- a/bin/bin/downloads
+++ b/bin/.local/bin/downloads
diff --git a/bin/bin/keyboard b/bin/.local/bin/keyboard
index 11b13d1..11b13d1 100755
--- a/bin/bin/keyboard
+++ b/bin/.local/bin/keyboard
diff --git a/bin/bin/monitor b/bin/.local/bin/monitor
index ce12c04..ce12c04 100755
--- a/bin/bin/monitor
+++ b/bin/.local/bin/monitor
diff --git a/bin/bin/password b/bin/.local/bin/password
index eae4be6..eae4be6 100755
--- a/bin/bin/password
+++ b/bin/.local/bin/password
diff --git a/bin/bin/references b/bin/.local/bin/references
index 46ff41e..46ff41e 100755
--- a/bin/bin/references
+++ b/bin/.local/bin/references
diff --git a/bin/bin/run b/bin/.local/bin/run
index 43f83ab..43f83ab 100755
--- a/bin/bin/run
+++ b/bin/.local/bin/run
diff --git a/bin/bin/tldr b/bin/.local/bin/tldr
index 9e12f41..9e12f41 100755
--- a/bin/bin/tldr
+++ b/bin/.local/bin/tldr
diff --git a/bin/bin/tmux_attach b/bin/.local/bin/tmux_attach
index 25d8f12..25d8f12 100755
--- a/bin/bin/tmux_attach
+++ b/bin/.local/bin/tmux_attach
diff --git a/bin/bin/workspace b/bin/.local/bin/workspace
index 7f94ff1..3685b90 100755
--- a/bin/bin/workspace
+++ b/bin/.local/bin/workspace
@@ -13,7 +13,7 @@ workspaces=$(i3-msg -t get_workspaces | awk 'BEGIN {
act_on_container() {
# Get desired workspace
- [[ -z $2 ]] && target=$(echo "$workspaces" | awk '{print $2}' | dmenu -i -p "Select workspace: ") || target=$2
+ [[ -z $2 ]] && target=$(echo "$workspaces" | awk '{print $2}' | dmenu -i -p "Select workspace") || target=$2
# Exit if empty
[[ -z $target ]] && exit