mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Merge branch 'master' of github.com:js0ny/dotfiles
This commit is contained in:
commit
2551488a54
14 changed files with 9606 additions and 90 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
BIN
platforms/win/ahk/bin/Caps.exe
Normal file
BIN
platforms/win/ahk/bin/Caps.exe
Normal file
Binary file not shown.
BIN
platforms/win/ahk/bin/colemak.exe
Normal file
BIN
platforms/win/ahk/bin/colemak.exe
Normal file
Binary file not shown.
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue