From bf3b7c070ce0c060e53dfc3638c1da904772d0c7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 13 Jun 2016 12:01:54 +0100 Subject: [PATCH] merge vtwmrc, turn it into a template --- dot/configs/list | 3 +++ dot/trnmailcap | 1 + dot/vtwmrc => templates/vtwmrc.in | 30 +++++++++++++----------------- 3 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 dot/trnmailcap rename dot/vtwmrc => templates/vtwmrc.in (94%) mode change 100644 => 100755 diff --git a/dot/configs/list b/dot/configs/list index 7341d1f..008a5d2 100644 --- a/dot/configs/list +++ b/dot/configs/list @@ -23,6 +23,9 @@ dpi_x>104 : font=larger pixels_x>1024 : maccel=4 mthresh=5 dpi_x>99 : maccel=3 mthresh=5 +default : vtwmvdesktop=6432x3608-208-0 +pixels_x=3200 : vtwmvdesktop=19200x9100-0-0 + display=lettuce : font=fixed display=flamingo : font=fixed diff --git a/dot/trnmailcap b/dot/trnmailcap new file mode 100644 index 0000000..0993bcc --- /dev/null +++ b/dot/trnmailcap @@ -0,0 +1 @@ +application/octet-stream; /u/iwj/personal/linux-i386/bin/show-octet-stream %s diff --git a/dot/vtwmrc b/templates/vtwmrc.in old mode 100644 new mode 100755 similarity index 94% rename from dot/vtwmrc rename to templates/vtwmrc.in index 844ca56..1ca85fc --- a/dot/vtwmrc +++ b/templates/vtwmrc.in @@ -1,3 +1,8 @@ +#!/bin/bash +set -e +. infra/template + +cat </dev/null' &" } Menu "demos" @@ -414,3 +409,4 @@ Menu "games" "Solitaire" !"xsol &" "Spider" !"spider &" } +END -- 2.30.2