diff options
| author | @syxhe <https://t.me/syxhe> | 2024-08-28 16:58:12 -0500 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2024-08-28 16:58:12 -0500 |
| commit | e02eea72455ffbd3647898b2c65dc5b6626d33b8 (patch) | |
| tree | 39e3505abbfd7993bcc796222f360fa08d99fe62 /src/runscreen.sh | |
| parent | 0aa539f551560df43660943f653374b5dda35f76 (diff) | |
Random slots achieved
Diffstat (limited to 'src/runscreen.sh')
| -rwxr-xr-x | src/runscreen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runscreen.sh b/src/runscreen.sh index 14dabe5..f0dac47 100755 --- a/src/runscreen.sh +++ b/src/runscreen.sh | |||
| @@ -21,7 +21,7 @@ main() { | |||
| 21 | fi | 21 | fi |
| 22 | 22 | ||
| 23 | # Run the thing in gnome terminal | 23 | # Run the thing in gnome terminal |
| 24 | gnome-terminal --hide-menubar --geometry=132x24 --wait -- "$SCRIPT_DIR/screen" \ | 24 | gnome-terminal --hide-menubar --geometry=156x27 --wait -- "$SCRIPT_DIR/screen" \ |
| 25 | && return $? | 25 | && return $? |
| 26 | 26 | ||
| 27 | } | 27 | } |
