mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
A few minor edits and corrections in man and inxi
This commit is contained in:
parent
75b50f9204
commit
aad0f48aef
2
inxi
2
inxi
|
@ -15433,7 +15433,7 @@ sub get_wm_wmctrl {
|
||||||
elsif ($desktop_session eq 'trinity' && lc($desktop[5]) eq 'kwin') {$desktop[5] = 'Twin'}
|
elsif ($desktop_session eq 'trinity' && lc($desktop[5]) eq 'kwin') {$desktop[5] = 'Twin'}
|
||||||
get_wm_version('wmctrl',$desktop[5]);
|
get_wm_version('wmctrl',$desktop[5]);
|
||||||
}
|
}
|
||||||
eval $end if $b_log;
|
eval $end if $b_log;
|
||||||
}
|
}
|
||||||
sub get_wm_version {
|
sub get_wm_version {
|
||||||
eval $start if $b_log;
|
eval $start if $b_log;
|
||||||
|
|
6
inxi.1
6
inxi.1
|
@ -692,9 +692,9 @@ idm, kdm, lightdm, lxdm, mdm, nodm, sddm, slim, tint, wdm, and xdm.
|
||||||
|
|
||||||
\- Adds, if run in X, window manager type (\fBwm\fR), if available.
|
\- Adds, if run in X, window manager type (\fBwm\fR), if available.
|
||||||
Not all window managers are supported. Some desktops support using more than one
|
Not all window managers are supported. Some desktops support using more than one
|
||||||
window manager, so this can be useful to see what windom manager is actually running.
|
window manager, so this can be useful to see what window manager is actually running.
|
||||||
If none found, shows nothing. Uses a less accurate fallback test of \fBps\fR
|
If none found, shows nothing. Uses a less accurate fallback tool \fBwmctrl\fR
|
||||||
data if \fBwmctrl\fR is not installed.
|
if \fBps\fR tests fail to find data.
|
||||||
.TP
|
.TP
|
||||||
.B \-xx \-\-slots\fR
|
.B \-xx \-\-slots\fR
|
||||||
\- Adds slot length.
|
\- Adds slot length.
|
||||||
|
|
Loading…
Reference in a new issue