ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] .xinitrc проввверка WM
@ 2002-03-30  3:42 ROmul
  2002-03-30 10:20 ` [mdk-re] Re: .xinitrc проверка WM Michael Shigorin
  0 siblings, 1 reply; 2+ messages in thread
From: ROmul @ 2002-03-30  3:42 UTC (permalink / raw)
  To: mandrake-russian

Как проверить какой именно WM выбран?
Задача, в засисимости от мэнеджера грузить или не грузить проги.

-- 
---
	ROmul,
	    The rubberheart... <-Exit project->
HOMEPAGE: http://exit.webzone.ru	    



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [mdk-re] Re: .xinitrc проверка WM
  2002-03-30  3:42 [mdk-re] .xinitrc проввверка WM ROmul
@ 2002-03-30 10:20 ` Michael Shigorin
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Shigorin @ 2002-03-30 10:20 UTC (permalink / raw)
  To: mandrake-russian

[-- Attachment #1: Type: text/plain, Size: 507 bytes --]

On Sat, Mar 30, 2002 at 03:43:20AM +0300, ROmul wrote:
> Как проверить какой именно WM выбран?
/sbin/pidof WM && { prog1 & prog2 & prog3 } пойдет?

> Задача, в засисимости от мэнеджера грузить или не грузить проги.
Только есть еще один момент -- WM обычно загружается последним (и
не в фоне), посему эту конструкцию придется обернуть как-то так:

( sleep N; /sbin/pidof WM && { prog1 & prog2 & prog3 } ) &
WM

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ http://visa.chem.univ.kiev.ua/~mike/

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-03-30 10:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-30  3:42 [mdk-re] .xinitrc проввверка WM ROmul
2002-03-30 10:20 ` [mdk-re] Re: .xinitrc проверка WM Michael Shigorin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git