Skip to content

Commit

Permalink
add activation shortcuts for arc and obsidian
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCrether committed Aug 29, 2024
1 parent 3203889 commit 5c9c430
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion i3help.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ SetIcon(".\icons\i3help.ico")
}

#a:: tryActivate(".* - Discord ahk_class Chrome_WidgetWin_1 ahk_exe Discord.exe", true, true)

#s:: tryActivate("ahk_class Chrome_WidgetWin_1 ahk_exe Spotify.exe", false, true)
#b:: tryActivate("Arc ahk_exe Arc.exe", false, true)
#o:: tryActivate(".* - Obsidian .* ahk_exe Obsidian.exe", true, true)

PrintScreen:: Send("#+s")

Expand Down

0 comments on commit 5c9c430

Please sign in to comment.