From 38f98c1908a60d31a1f845bb9625cfe47c9fef4f Mon Sep 17 00:00:00 2001 From: "Vladimir D. Seleznev" Date: Fri, 18 Oct 2019 21:55:04 +0300 Subject: [PATCH 1/2] ALT: use xvt as default terminal --- herbstluftwm/doc/herbstluftwm-tutorial.7 | 2 +- herbstluftwm/doc/herbstluftwm.1 | 2 +- herbstluftwm/share/autostart | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/herbstluftwm/doc/herbstluftwm-tutorial.7 b/herbstluftwm/doc/herbstluftwm-tutorial.7 index ef2cacc..7ffcb33 100644 --- a/herbstluftwm/doc/herbstluftwm-tutorial.7 +++ b/herbstluftwm/doc/herbstluftwm-tutorial.7 @@ -206,7 +206,7 @@ After logging in the next time, you will get a default herbstluftwm session\&. .sp After starting herbstluftwm, the screen is surrounded by a green frame initially, which indicates that there is only one large frame\&. A frame is a container where actual windows can be placed or which can be split into two frames\&. .sp -Start an xterm by pressing Alt\-Return, which will fill your entire screen\&. +Start an X virtual terminal by pressing Alt\-Return, which will fill your entire screen\&. .SH "USING THE CLIENT" .sp The only way to communicate to herbstluftwm is by using the client application called herbstclient\&. Its usual syntax is: herbstclient COMMAND [ARGUMENTS]\&. This calls a certain COMMAND within your running herbstluftwm instance\&. This causes some effect (which depends on the given COMMAND and ARGUMENTS), produces some output which is printed by herbstclient and lets herbstclient exit with a exit\-code (e\&.g\&. 0 for success) like many other UNIX tools: diff --git a/herbstluftwm/doc/herbstluftwm.1 b/herbstluftwm/doc/herbstluftwm.1 index f2afa8e..5db9528 100644 --- a/herbstluftwm/doc/herbstluftwm.1 +++ b/herbstluftwm/doc/herbstluftwm.1 @@ -731,7 +731,7 @@ with its .sp -1 .IP \(bu 2.3 .\} -spawn xterm \-e man 3 execvp +spawn X vitrual terminal \-e man 3 execvp .RE .RE .PP diff --git a/herbstluftwm/share/autostart b/herbstluftwm/share/autostart index 309b059..7458e8e 100755 --- a/herbstluftwm/share/autostart +++ b/herbstluftwm/share/autostart @@ -21,7 +21,7 @@ Mod=Mod1 # Use alt as the main modifier hc keybind $Mod-Shift-q quit hc keybind $Mod-Shift-r reload hc keybind $Mod-Shift-c close -hc keybind $Mod-Return spawn "${TERMINAL:-xterm}" # use your $TERMINAL with xterm as fallback +hc keybind $Mod-Return spawn "${TERMINAL:-/usr/bin/xvt}" # use your $TERMINAL with /usr/bin/xvt as fallback # basic movement in tiling and floating mode # focusing clients -- 2.25.3