diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-06-07 10:32:33 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-06-07 10:32:33 +0200 |
commit | c5bb080ff0e8afed5a71558b8cc82785789308ba (patch) | |
tree | 300bdbaae1ffafee11cf799bf58e63e3f22edc58 /terminal.sh | |
parent | 24f64aafe8b05054e307d90564104f1c2d467524 (diff) | |
download | incremental-dfsts-c5bb080ff0e8afed5a71558b8cc82785789308ba.tar incremental-dfsts-c5bb080ff0e8afed5a71558b8cc82785789308ba.tar.gz incremental-dfsts-c5bb080ff0e8afed5a71558b8cc82785789308ba.tar.bz2 incremental-dfsts-c5bb080ff0e8afed5a71558b8cc82785789308ba.tar.xz incremental-dfsts-c5bb080ff0e8afed5a71558b8cc82785789308ba.zip |
Cleanup
Diffstat (limited to 'terminal.sh')
-rwxr-xr-x | terminal.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/terminal.sh b/terminal.sh new file mode 100755 index 0000000..061d5a2 --- /dev/null +++ b/terminal.sh | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/usr/bin/env bash | ||
2 | |||
3 | exec -- urxvt -name presentation -bg white -fg black -fn "xft:DejaVuSansMono Nerd Font:pixelsize=30:style=Book" $@ | ||