From pbrochard at common-lisp.net Thu Sep 1 13:57:26 2011 From: pbrochard at common-lisp.net (Philippe Brochard) Date: Thu, 01 Sep 2011 15:57:26 +0200 Subject: [clfswm-devel] Run clfswm In-Reply-To: (loz accs's message of "Wed, 31 Aug 2011 17:35:24 +1000") References: <87wrduhhe2.wl%v.plechinger@gmail.com> <87pqjmtrwx.fsf@common-lisp.net> Message-ID: <877h5s8iwp.fsf@common-lisp.net> loz accs writes: > Thanks for replies, i'm using funtoo linux with > xorg-server 1.10.2, libX11 1.4.4, > tryed to compile clfswm with > sbcl 1.0.45, cl-clx 0.7.4, cl-asdf 1.89 > now, using both ways from README, i got same error, pasted here: > http://openpaste.org/34D3404d > > I'm sorry, i forget wich versions of sbcl and cl-clx i had when i > compiled clfswm once, but when i tryed to run it i got this: > http://openpaste.org/C86F8e1F > Hi, this seems to be a CLX problem. There is some reports about problems with sbcl 1.0.45 to build CLX 0.7.4 : http://aur.archlinux.org/packages.php?do_Details=1&ID=12084&O=0&L=0&C=0&K=clx&SB=n&SO=a&PP=25&do_MyPackages=0&do_Orphans=0&SeB=nd They suggest to downgrade to sbcl 1.0.44. But (IMHO) a better way is to use a more recent sbcl version (I've no problems with sbcl 1.0.50). Good luck, Philippe > > 2011/8/31, Philippe Brochard : >> v. plechinger writes: >> >>> Haven't checked but cl-ppcre maybe. >>> >> No, there is no need for cl-ppcre. Just CLX and ASDF. >> >>> I run it with clisp though. >>> >>> Also, what distro, why doesn't it compile (output)? >>> >>> >>> >>> At Tue, 30 Aug 2011 14:25:36 +1000, >>> loz.accs wrote: >>>> >>>> Hi everybody, i really enjoy clfswm's ideas, but i can't run it. >>>> As i know clfswm's dependencies are cl-clx and sbcl. Are there any >>>> other packages required to compile and run it? >>>> And could you please say wich versions of dependencies are known to >>>> work? My distro has several versions, most of them are masked as >>>> untested, so i don't know where fault is. >>>> >>>> _______________________________________________ >>>> clfswm-devel mailing list >>>> clfswm-devel at common-lisp.net >>>> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clfswm-devel >>> >>> _______________________________________________ >>> clfswm-devel mailing list >>> clfswm-devel at common-lisp.net >>> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clfswm-devel >> >> _______________________________________________ >> clfswm-devel mailing list >> clfswm-devel at common-lisp.net >> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clfswm-devel >> > > _______________________________________________ > clfswm-devel mailing list > clfswm-devel at common-lisp.net > http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clfswm-devel From loz.accs at gmail.com Mon Sep 5 09:12:44 2011 From: loz.accs at gmail.com (loz.accs) Date: Mon, 5 Sep 2011 19:12:44 +1000 Subject: [clfswm-devel] Run clfswm In-Reply-To: <877h5s8iwp.fsf@common-lisp.net> References: <87wrduhhe2.wl%v.plechinger@gmail.com> <87pqjmtrwx.fsf@common-lisp.net> <877h5s8iwp.fsf@common-lisp.net> Message-ID: Thank you Philippe! Finally i compiled and installed clfswm, and it is really wonderfull! Only problem i have now - after ~50-60 minutes clfswm doesnt react on hot-keys. Applications and keyboard are working, but i not able to do any wm-related tasks. Here is output i got: http://openpaste.org/d495C1bb -------------- next part -------------- An HTML attachment was scrubbed... URL: From loz.accs at gmail.com Mon Sep 5 11:34:29 2011 From: loz.accs at gmail.com (loz.accs) Date: Mon, 5 Sep 2011 21:34:29 +1000 Subject: [clfswm-devel] Run clfswm In-Reply-To: References: <87wrduhhe2.wl%v.plechinger@gmail.com> <87pqjmtrwx.fsf@common-lisp.net> <877h5s8iwp.fsf@common-lisp.net> Message-ID: Sorry for disinformation, problem was in num-lock, if it's turned off, everything is fine :) -------------- next part -------------- An HTML attachment was scrubbed... URL: From loz.accs at gmail.com Tue Sep 6 09:45:38 2011 From: loz.accs at gmail.com (loz.accs) Date: Tue, 6 Sep 2011 19:45:38 +1000 Subject: [clfswm-devel] Run clfswm In-Reply-To: References: <87wrduhhe2.wl%v.plechinger@gmail.com> <87pqjmtrwx.fsf@common-lisp.net> <877h5s8iwp.fsf@common-lisp.net> Message-ID: Hi again, how do i change default terminal and font? i have this in config.lisp, but "c" in second mode still runs xterm. (defparameter *clfswm-terminal-cmd* (format nil "urxvt -tn ~A" *clfswm-terminal-name*)) (defconfig *clfswm-terminal-cmd* (format nil "urxvt -tn ~A" *clfswm-terminal-name*) 'Corner "The clfswm terminal command. This command must set the window title to *clfswm-terminal-name*") also how do i change default font? does clfswm support xft fonts? and how do i press L2 hotkey? for example: Control L2 Hide/Unhide a terminal 2011/9/5, loz.accs : > Sorry for disinformation, problem was in num-lock, if it's turned off, > everything is fine :) > From pbrochard at common-lisp.net Tue Sep 6 15:55:09 2011 From: pbrochard at common-lisp.net (Philippe Brochard) Date: Tue, 06 Sep 2011 17:55:09 +0200 Subject: [clfswm-devel] Run clfswm In-Reply-To: (loz accs's message of "Tue, 6 Sep 2011 19:45:38 +1000") References: <87wrduhhe2.wl%v.plechinger@gmail.com> <87pqjmtrwx.fsf@common-lisp.net> <877h5s8iwp.fsf@common-lisp.net> Message-ID: <87hb4pll7m.fsf@common-lisp.net> loz accs writes: > Hi again, how do i change default terminal and font? i have this in > config.lisp, but "c" in second mode still runs xterm. > > (defparameter *clfswm-terminal-cmd* (format nil "urxvt -tn ~A" > *clfswm-terminal-name*)) > (defconfig *clfswm-terminal-cmd* (format nil "urxvt -tn ~A" > *clfswm-terminal-name*) > 'Corner "The clfswm terminal command. > This command must set the window title to *clfswm-terminal-name*") > Those variables are for the terminal in the top left corner which you can hide/unhide with the 'control+L2' keys. L2 is the F12 function key (at least on an azerty keyboard). The way to change the terminal bound to second mode key+c is to redefine it in your .clfswmrc: -------------------------------------------------- (defun local-binding () (define-shell ("c") b-start-xterm "start an xterm" "cd $HOME && exec xterm")) do what you want here ^^^^^^^^^^^^^^^^ (add-hook *binding-hook* 'local-binding) -------------------------------------------------- Have a look at bindings.lisp and bindings-second-mode.lisp. > also how do i change default font? does clfswm support xft fonts? > You can change all the fonts globally with the *default-font-string* variable ("fixed" by default) in package.lisp (does not work in your .clfswmrc). You can also change them individually in your .clfswmrc. See config.lisp for fonts variables available. For example: ---------------------------------------------------------------- (setf *sm-font-string* "-bitstream-*-*-o-*-*-*-*-*-100-m-0-*-*") ---------------------------------------------------------------- Yes, clfswm supports xft fonts. > and how do i press L2 hotkey? for example: Control L2 > Hide/Unhide a terminal > This is the F12 function key (a least) on an azerty keyboard. Good luck, Philippe > 2011/9/5, loz.accs : >> Sorry for disinformation, problem was in num-lock, if it's turned off, >> everything is fine :) >> > > _______________________________________________ > clfswm-devel mailing list > clfswm-devel at common-lisp.net > http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clfswm-devel