2

タイトルはかなり自明だと思います。

XMonad で、特定のウィンドウに特定の浮動位置を常に与えるにはどうすればよいですか?

james@computron ~ $ xwininfo 

xwininfo: Please select the window about which you
          would like information by clicking the
          mouse in that window.

xwininfo: Window id: 0x32dcf3b "Tabs Outliner"

  Absolute upper-left X:  1280
  Absolute upper-left Y:  25
  Relative upper-left X:  1280
  Relative upper-left Y:  25
  Width: 1278
  Height: 997
  Depth: 24
  Visual: 0x21
  Visual Class: TrueColor
  Border width: 1
  Class: InputOutput
  Colormap: 0x20 (installed)
  Bit Gravity State: NorthWestGravity
  Window Gravity State: NorthWestGravity
  Backing Store State: NotUseful
  Save Under State: no
  Map State: IsViewable
  Override Redirect State: no
  Corners:  +1280+25  -0+25  -0-0  +1280-0
  -geometry 1278x997-0-0
4

1 に答える 1

4

フローティングではなくタイル状の固定ウィンドウが許容される場合は、 XMonad.Layout.IMを確認してください。これにより、1 つのウィンドウをワークスペースの左側に結び付けることができます。右側を好む場合は、XMonad.Layout.Reflectでレイアウトを反映できます。

于 2013-09-18T22:28:45.917 に答える