From 988b1101837b7171c58ebddb35e458c08cbc0ead Mon Sep 17 00:00:00 2001 From: js0ny Date: Thu, 13 Mar 2025 10:26:33 +0000 Subject: [PATCH] Minor fix --- bootstrap/win/symlinks.ps1 | 11 +++++++++++ platforms/win/glzr/glazewm/config.yaml | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/bootstrap/win/symlinks.ps1 b/bootstrap/win/symlinks.ps1 index 3af123d..4b137ad 100644 --- a/bootstrap/win/symlinks.ps1 +++ b/bootstrap/win/symlinks.ps1 @@ -17,6 +17,17 @@ if ((Get-Command bat).Source -ccontains "scoop") { $BAT_CONF = Join-Path (scoop prefix bat) "config" } + +$SIOYEKDIR = scoop prefix sioyek + +$SIOYEKCFG = Get-ChildItem "$BASE_TOOLS\sioyek" -Filter "*.config" + +foreach ($cfg in $SIOYEKCFG) { + $cfgName = $cfg.Name + $cfgPath = Join-Path $SIOYEKDIR $cfgName + New-Item -ItemType SymbolicLink -Target $cfg -Path $cfgPath -Force +} + $linkDots = @{ "$BASE_WIN\wslconfig" = "$Env:UserProfile\.wslconfig" "$BASE_WIN\glzr" = "$Env:UserProfile\.glzr" diff --git a/platforms/win/glzr/glazewm/config.yaml b/platforms/win/glzr/glazewm/config.yaml index 8fac64d..4733e59 100644 --- a/platforms/win/glzr/glazewm/config.yaml +++ b/platforms/win/glzr/glazewm/config.yaml @@ -105,7 +105,7 @@ window_behavior: state_defaults: floating: # Whether to center floating windows by default. - centered: true + centered: false # Whether to show floating windows as always on top. shown_on_top: false @@ -232,8 +232,8 @@ keybindings: bindings: ["lwin+t"] # Change the focused window to be fullscreen. - # - commands: ["toggle-fullscreen"] - # bindings: ["lwin+f"] + - commands: ["toggle-fullscreen"] + bindings: ["lwin+shift+f"] - commands: ["shell-exec dopus.exe"] bindings: ["lwin+f"]