config.yaml fix Trello 24天前 errors.log add info 6天前 README 一、工作区定义 TODO 两个灵活区没有定义 编号区域名称功能描述示例软件/平台显示布局位置 1代码编写区(主工作区)操作频繁的任务放在这个区域idea、vscode、nvim中侧 2文本记录区(副工作区)进行笔记记录和一些纯文本操作obsidian、nvim进行mark...
按键跟i3wm差不多,无缝切换 https://cdn.jsdelivr.net/gh/glzr-io/glazewm@main/resources/assets/cheatsheet.png 配置 之前体验了一下,感觉还是差点意思,还把alt+l全局调出沙拉查词给弄没了 默认配置文件路径(第一次启动后才会生成):%userprofile%\.glzr\glazewm\config.yaml 新版还多出了一个zebar,zebar...
把任务栏行为改成自动隐藏 修改默认终端glazewm\config.yaml里搜索alt+enter将commands里的cmd改成其他的 Windows PowerShell 5 就是powershell PowerShell 7 就是pwsh WindowsTerminal 就是wt 右键点击任务栏图标可以重新加载配置文件或者使用alt+shift+r
- command: "move workspace left" binding: "Alt+A" - command: "move workspace right" binding: "Alt+F" - command: "move workspace up" binding: "Alt+D" - command: "move workspace down" binding: "Alt+S" # Move focused window to a workspace defined in `workspaces` config. - commands...
拥有企业级SCA核心检测引擎及分析引擎 基于海量知识库,多源SCA开源应用安全缺陷检测等算法,对特征文件进行精准识别,提高组件的检出率 使用方式 使用Gitee Go 流水线进行扫描分析 将安全扫描集成到流水线,对提交/合入代码进行检测。 如何使用 立即集成 使用IDEA 插件离线检测 将OpenSCA 扫描能力集成到 IntelliJ 平...
按键跟i3wm差不多,无缝切换 https://cdn.jsdelivr.net/gh/glzr-io/glazewm@main/resources/assets/cheatsheet.png 配置 之前体验了一下,感觉还是差点意思,还把alt+l全局调出沙拉查词给弄没了 默认配置文件路径(第一次启动后才会生成):%userprofile%\.glzr\glazewm\config.yaml ...
windows configs glazewm glazewm-config Updated Dec 14, 2024 HTML glzr-io / glazewm-js Star 24 Code Issues Pull requests JS library for inter-process communication (IPC) with GlazeWM. windows typescript ipc window-manager glazewm Updated Nov 30, 2024 TypeScript Load more… Improve...
Add a description, image, and links to the glazewm-config topic page so that developers can more easily learn about it. Curate this topic Add this topic to your repo To associate your repository with the glazewm-config topic, visit your repo's landing page and select "manage topics....
- <https://github.com/Ajay-056/Obsidian-Config> **Pro-tips:** **Pro-tips:** - Run Glaze WM as administrator to make sure all the features are enabled without any issues. - Use Task shell:startup / Task Scheduler to run the executable automatically at the login. - Use a Nerd Fon...
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...