Open11

GlazeWMを試す

OmochiceOmochice

komorebiを常用しているけど、比較してみたかったのでー

OmochiceOmochice

It's recommended to use the alt key for keybindings. The windows key is unfortunately a pain to remap, since certain keybindings (eg. LWin+L) are reserved by the OS.

win+~系をwindowsに取られているのがとても気に食わないので強硬する
手元は確かレジストリ書き換えて無効化してるはず

怒りのスクリプトがあった
https://github.com/Omochice/dotfiles/blob/fe44ab6950b488d1a4bcb319744431111f56075d/scripts/run.ps1#L71

OmochiceOmochice

readmeのconfigが動かない

keybindings:
  # Command to run.
  - command: "focus workspace 1"

    # Key combination to trigger the keybinding.
    binding: "Alt+1"

  # To run multiple commands in a sequence, use the `commands` property (eg. to move a window to a
  # workspace + focus workspace).
  - commands: ["move to workspace 1", "focus workspace 1"]
    binding: "Alt+Shift+1"

  - command: "focus left"
    # To have multiple key combinations that can trigger a command, use the `bindings` property.
    bindings: ["Alt+H", "Alt+Left"]
OmochiceOmochice

~/.glazewm/config.yamlを作らないでGlazeWMを実行すると生成してくれた。

これを読めばよさそう。

今日はここまで

OmochiceOmochice

うーん、うまくkeybindが設定できないなあ

やはりwinキーを使うのが茨の道感

2.0.0のPRが動いているので(おそらく後数時間でマージされるはず)autohotkeyでキーバインド周りの設定したほうがよさそう