Merge branch 'master' of github.com:js0ny/dotfiles

This commit is contained in:
js0ny 2025-01-23 15:21:32 +00:00
commit 2551488a54
14 changed files with 9606 additions and 90 deletions

View file

@ -60,4 +60,11 @@ ${function:winr} = { winget uninstall $args }
${function:wins} = { winget search $args }
${function:winu} = { winget upgrade $args }
${function:pkill} = { ps *$args* | kill -Force }
${function:pkill} = { Get-Process *$args* | Stop-Process -Force }
${function:tmux} = { wsl.exe tmux $args }
if (Get-Command "sfsu.exe" -ErrorAction SilentlyContinue) {
Invoke-Expression (&sfsu.exe hook)
}

Binary file not shown.

Binary file not shown.

View file

@ -21,7 +21,7 @@ general:
config_reload_commands: []
# Whether to automatically focus windows underneath the cursor.
focus_follows_cursor: true
focus_follows_cursor: false
# Whether to switch back and forth between the previously focused
# workspace when focusing the current workspace.
@ -89,7 +89,7 @@ window_effects:
enabled: false
color: "#a1a1a1"
hide_title_bar:
enabled: true
enabled: false
corner_style:
enabled: false
style: "square"