Open11
GlazeWMを試す
komorebiを常用しているけど、比較してみたかったのでー
設定はyamlらしい
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に取られているのがとても気に食わないので強硬する
手元は確かレジストリ書き換えて無効化してるはず
怒りのスクリプトがあった
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"]
~/.glazewm/config.yaml
を作らないでGlazeWM
を実行すると生成してくれた。
これを読めばよさそう。
今日はここまで
super keyをdisableする
うーん、うまくkeybindが設定できないなあ
やはりwinキーを使うのが茨の道感
2.0.0のPRが動いているので(おそらく後数時間でマージされるはず)autohotkeyでキーバインド周りの設定したほうがよさそう