#!/bin/sh shebang. newline after universalized.

This commit is contained in:
Luke Smith
2020-02-08 18:43:37 -05:00
parent a25e8b640a
commit 2b5df860de
62 changed files with 88 additions and 61 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/bin/sh
# Toggle floating dropdown terminal in i3, or start if non-existing.
# $1 is the script run in the terminal.

View File

@@ -1,2 +1,3 @@
#!/usr/bin/env sh
#!/bin/sh
ifinstalled bc && echo "Welcome to the Calculator." && bc -lq

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env sh
#!/bin/sh
[ -z "$1" ] && exit # If $1 is left, hovers in the bottom left, if right, the bottom right
current=$(xdotool getwindowfocus)
newwidth=$(($(xdotool getdisplaygeometry | awk '{print $2}') / 3))

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env sh
#!/bin/sh
# This script was made by `goferito` on Github.
# Some cleanup by Luke.

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env sh
#!/bin/sh
# This is the script that i3 runs to either start tmux in
# the dropdown terminal or log into a previous session.
tmux a || tmux