diff options
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" $@ | ||