Minor fix

This commit is contained in:
js0ny 2025-03-13 10:26:33 +00:00
parent 5af44bfa90
commit 988b110183
2 changed files with 14 additions and 3 deletions

View file

@ -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"

View file

@ -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"]