diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-02-10 18:38:59 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-02-10 18:38:59 +0100 |
| commit | cb8f9102498eddb8cd3cb907a2d64dd344a92910 (patch) | |
| tree | 91dca7118da7bcf34a146a155ea8a7faa8b7a9a6 /popup-terminal | |
| parent | 53f313bbdc7fb7d6af99d3e7f91c3c5a3bc66538 (diff) | |
| download | scripts-cb8f9102498eddb8cd3cb907a2d64dd344a92910.tar.gz scripts-cb8f9102498eddb8cd3cb907a2d64dd344a92910.zip | |
Removed environment variables for default programs. Some have been replaced by their own script.
Diffstat (limited to 'popup-terminal')
| -rwxr-xr-x | popup-terminal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/popup-terminal b/popup-terminal index 8863eb3..a9a20d1 100755 --- a/popup-terminal +++ b/popup-terminal | |||
| @@ -2,4 +2,4 @@ | |||
| 2 | 2 | ||
| 3 | # TODO maybe I want to run e.g. tmux in this? | 3 | # TODO maybe I want to run e.g. tmux in this? |
| 4 | 4 | ||
| 5 | st -T "stfloat" -g 85x25+550+300 $@ | 5 | st -T "stfloat" -g 85x25+550+300 tmux new-session $@ |
