- command: "reload config" binding: "Alt+Shift+R" # Launch CMD terminal (alternatively `exec wt` or `exec %ProgramFiles%/Git/git-bash.exe` # to start Windows Terminal and Git Bash respectively. - command: "exec cmd" binding: "Alt+Enter" # Focus the workspace that last had focus. ...
windows dotfiles window-manager tiling-window-manager status-bar ricing windows-11 komorebi yasb glazewm Updated Mar 7, 2025 PowerShell Im-shamo / Glazewm-configs Star 2 Code Issues Pull requests Config and scripts for Glazewm and Zebar config glazewm zebar Updated Feb 28, 2025 HTML...
Config and scripts for Glazewm and Zebar configglazewmzebar UpdatedApr 4, 2025 HTML Config Files that I use in my Linux machine linuxzshoh-my-zshneovimpowershelli3windowmanagervimiumpwshoh-my-poshpowerlevel10komzomz-pluginglazewm UpdatedApr 6, 2025 ...
- commands: ["wm-reload-config"] bindings: ["alt+shift+r"] # Redraw all windows. - commands: ["wm-redraw"] bindings: ["alt+shift+w"] # Launch CMD terminal. Alternatively, use `shell-exec wt` or # `shell-exec %ProgramFiles%/Git/git-bash.exe` to start Windows # Terminal and Gi...
chore: remove c#/.net related files from .gitignore and `.editorcon… Jul 10, 2024 .gitattributes chore: add .gitattributes config for setting CRLF as EOL for text f… Aug 13, 2021 .gitignore chore: rename tmp dir -> out Jul 18, 2024 CONTRIBUTING.md docs: update readme with cheatshee...
feat: add new config general.shutdown_commands and `general.reload_… Sep 17, 2024 .editorconfig chore: remove c#/.net related files from .gitignore and `.editorcon… Jul 10, 2024 .gitattributes chore: add .gitattributes config for setting CRLF as EOL for text f… Aug 13, 2021 .gitigno...
FWIW: As a workaround I've added this to my config.yaml: - command: "ignore" match_title: "/Excel/" So Excel is ignored from GlazeWM and I could use it. But of course this way Excel is not managed by GlazeWM. n-crespocommentedDec 12, 2023 ...
chore: remove c#/.net related files from.gitignoreand `.editorcon… Jul 10, 2024 .gitattributes chore: add.gitattributesconfig for setting CRLF as EOL for text f… Aug 13, 2021 .gitignore chore: renametmpdir ->out Jul 18, 2024
feat: add new config general.shutdown_commands and `general.reload_… Sep 17, 2024 .editorconfig chore: remove c#/.net related files from .gitignore and `.editorcon… Jul 10, 2024 .gitattributes chore: add .gitattributes config for setting CRLF as EOL for text f… Aug 13, 2021 .gitigno...
I have tried the following snippet in my glazewm config window_rules:#Possible commands are 'ignore', 'close', etc.-commands:['ignore']match:#Emacs tooltips?-window_process:{ equals: 'emacs' }window_title:{ regex: '^$' } Which allows tooltips to be displayed, however when running other...