summaryrefslogtreecommitdiff
path: root/st/st.1
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-03-08 15:21:28 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-03-08 15:21:28 +0900
commit4437d5b3c3eea76f6e2b0fd4a2ba21c02a098aeb (patch)
treee8dcb20bf144aacf88f93b012dccacdeb08015cd /st/st.1
parentc2b06f0d5795a789f4ddab459179ff89aedfee98 (diff)
updates
Diffstat (limited to 'st/st.1')
-rw-r--r--st/st.178
1 files changed, 34 insertions, 44 deletions
diff --git a/st/st.1 b/st/st.1
index 351710b..fa6e2b7 100644
--- a/st/st.1
+++ b/st/st.1
@@ -4,6 +4,8 @@ st \- simple terminal
.SH SYNOPSIS
.B st
.RB [ \-aiv ]
+.RB [ \-b
+.IR borderpx ]
.RB [ \-c
.IR class ]
.RB [ \-f
@@ -28,6 +30,8 @@ st \- simple terminal
.PP
.B st
.RB [ \-aiv ]
+.RB [ \-b
+.IR borderpx ]
.RB [ \-c
.IR class ]
.RB [ \-f
@@ -55,6 +59,10 @@ is a simple terminal emulator.
.B \-a
disable alternate screens in terminal
.TP
+.BI \-b " borderpx"
+set border size to
+.I borderpx
+.TP
.BI \-c " class"
defines the window class (default $TERM).
.TP
@@ -125,63 +133,44 @@ and all the remaining arguments are used as a command
even without it.
.SH SHORTCUTS
.TP
-.B Alt-a/s
-Increase or decrease opacity/alpha value (make window more or less transparent).
-.TP
-.B Alt-=
-Reset to default opacity/alpha value.
-.TP
-.B Alt-e/y or Alt-Up/Down or Alt-Mouse Wheel
-Scroll up/down one line at a time.
-.TP
-.B Alt-u/d or Alt-Page Up/Page Down
-Scroll up/down one screen at a time.
-.TP
-.B Alt-Shift-k/j or Alt-Shift-Page Up/Page Down or Alt-Shift-Mouse Wheel
-Increase or decrease font size.
-.TP
-.B Alt-+
-Reset to default font size.
-.TP
-.B Alt-c
-Copy to clipboard.
-.TP
-.B Alt-C
-Show dmenu menu of all URLs on screen and choose one to copy.
-.TP
-.B Alt-v or Shift-Insert
-Paste from clipboard.
-.TP
-.B Alt-V
-Show dmenu menu of all URLs on screen and choose one to open.
-.TP
-.B Alt-p
-Paste/input primary selection.
-.TP
-.B Alt-o
-Show dmenu menu of all recently run commands and copy the output of the chosen command to the clipboard.
-.I xclip
-required.
-.TP
-.B Alt-I
-Cycle fonts.
-.TP
.B Break
Send a break in the serial line.
Break key is obtained in PC keyboards
pressing at the same time control and pause.
.TP
-.B Alt-Ctrl-Print Screen
+.B Ctrl-Print Screen
Toggle if st should print to the
.I iofile.
.TP
-.B Alt-Shift-Print Screen
+.B Shift-Print Screen
Print the full screen to the
.I iofile.
.TP
-.B Alt-Print Screen
+.B Print Screen
Print the selection to the
.I iofile.
+.TP
+.B Ctrl-Shift-Page Up
+Increase font size.
+.TP
+.B Ctrl-Shift-Page Down
+Decrease font size.
+.TP
+.B Ctrl-Shift-Home
+Reset to default font size.
+.TP
+.B Ctrl-Shift-y
+Paste from primary selection (middle mouse button).
+.TP
+.B Ctrl-Shift-c
+Copy the selected text to the clipboard selection.
+.TP
+.B Ctrl-Shift-v
+Paste from the clipboard selection.
+.TP
+.B Ctrl-Shift-i
+Launch dmenu to enter a unicode codepoint and send the corresponding glyph
+to st.
.SH CUSTOMIZATION
.B st
can be customized by creating a custom config.h and (re)compiling the source
@@ -197,3 +186,4 @@ See the LICENSE file for the terms of redistribution.
.BR scroll (1)
.SH BUGS
See the TODO file in the distribution.
+