问题标签 [stumpwm]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
1011 浏览

clisp - 关于 stumpwm 和 swank(clisp)

我已经使用启用线程的 clisp 成功构建了 stumpwm。并且创建的 stumpwm 效果很好。但是,如果从 ~/.stumpwmrc 启动,swank 服务器将无法工作,如下所示:

swank 服务器确实已启动,netstat -na表明它正在端口 4005 上侦听。但telnet 127.0.0.1 4005会报告“连接已被对等方关闭”。使vim中的slimv无法连接到swank server。

如果我启动另一个 clisp REPL 并运行(load "~/.vim/slime/start-swank.lisp"),那么 telnet 和 slimv 都可以正常工作。

为什么(load "~/.vim/slime/start-swank.lisp")在 ~/.stumpwmrc 中不起作用?

仅供参考,stumpwm 日志:

看起来不错,但我不能再使用 stumpwm 了!

0 投票
1 回答
295 浏览

common-lisp - CLX, stumpwm, McCLIM keyboard layout locked on startup

I'm using CLX+STUMPWM+McCLIM and when I modify the keyboard layout via "setxkbmap us -variant dvorak -option ctrl:nocaps" the keyboard layout fails to update in my CLIM applications, but updates correctly for everything else (thus, to use COLEMAK I run the appropriate shell command prior to starting up CLIM for the first time).

Thoughts on why this might be?

0 投票
0 回答
78 浏览

common-lisp - 如何在 Xlib 中创建一个由窗口管理器定位的窗口?(Lisp、CLX、StumpWM)

我有以下代码。它在我屏幕的左上角绘制了一个 200x200 的白色方块。

需要对代码进行哪些更改,以便 StumpWM 拾取正方形并将其绘制在当前 StumpWM“框架”的最左上角。

0 投票
1 回答
36 浏览

common-lisp - 在 Common Lisp/StumpWM 中定义宏时遇到问题

我正在尝试定义一个创建命令的宏。到目前为止,我有以下内容:

基本上,我想创建一个名为“firefox”的命令,它只是启动“firefox”。当我尝试运行命令时,出现以下错误:

对正在发生的事情有任何想法吗?谢谢!

0 投票
2 回答
166 浏览

common-lisp - 将 Spotify 窗口分配给 StumpWM 中的组

我目前正在开始设置 stumpwm,我想将一个特定的窗口分配给一个特定的组。到目前为止,我有这个:

所以本质上,我希望这会将 Spotify 类的窗口设置为 Spotify 组,但这不会发生。

有人可以帮我吗?谢谢!