diff options
| author | tslil <tslil@posteo.de> | 2026-04-04 17:44:21 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-04-04 17:47:21 +0100 |
| commit | 5413fb67d5454666cd4606ac51e8f8d1ae31aa6e (patch) | |
| tree | effd7869b631e1e1a455b65eea1a1f12263b4bba /somebar/somebar.1 | |
| parent | 0c860a57966d4c0f4ef817b9c7f378de4623a236 (diff) | |
cleanup
Diffstat (limited to 'somebar/somebar.1')
| -rw-r--r-- | somebar/somebar.1 | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/somebar/somebar.1 b/somebar/somebar.1 deleted file mode 100644 index d822770..0000000 --- a/somebar/somebar.1 +++ /dev/null @@ -1,55 +0,0 @@ -.TH somebar 1 somebar\-1.0 -.SH NAME -somebar \- dwm-like bar for dwl -.SH SYNOPSIS -.B somebar -.RB [ \-h ] -.RB [ \-v ] -.RB [ \-s -.IR path ] -.RB [ \-c -.IR command -arguments... ] -.SH DESCRIPTION -somebar is a status bar for dwl, visually and functionally resembling the -dwm bar. -.SH USAGE -You must start somebar using dwl's `-s` flag, e.g. `dwl -s somebar`. - -Somebar can be controlled by writing to $XDG_RUNTIME_DIR/somebar-0, or the path -defined by the `-s` argument. The following commands are supported: -.TP -.B status TEXT -Updates the status bar -.TP -.B hide MONITOR -Hides somebar on the specified monitor -.TP -.B show MONITOR -Shows somebar on the specified monitor -.TP -.B toggle MONITOR -Toggles somebar on the specified monitor -.P -MONITOR is an zxdg_output_v1 name, which can be determined e.g. using `weston-info`. -Additionally, MONITOR can be `all` (all monitors) or `selected` (the monitor with focus). - -Commands can be sent either by writing to the file name above, or equivalently by calling -somebar with the `-c` argument. For example: `somebar -c toggle all`. This is recommended -for shell scripts, as there is no race-free way to write to a file only if it exists. -.SH OPTIONS -.TP -.B \-h -Displays a short help text and exits -.TP -.B \-v -Displays version information and exits -.TP -.B \-s -Sets the path to the somebar control FIFO. The default value is -$XDG_RUNTIME_DIR/somebar-0 -.TP -.B \-c -Sends a command to the control FIFO. See the USAGE section. -.SH BUGS -Send bug reports to ~raphi/public-inbox@lists.sr.ht |
