Skip to content

Commit

Permalink
Add process killer support for macOS
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam committed Feb 22, 2017
1 parent 9d3a887 commit ed392db
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
13 changes: 8 additions & 5 deletions config/khdrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,19 @@ cmd + alt + ctrl - return : ~/.kwm/iterm2.applescript
# Launch app manager
cmd + alt + ctrl - space : open /Applications/Alfred\ 3.app

# Launch music manager
cmd + alt + ctrl - z : ~/.kwm/spotify.applescript
cmd + alt + ctrl - y : ~/.kwm/spotify.applescript

# Launch password manager
cmd + alt + ctrl - x : ~/.kwm/pass.applescript
cmd + alt + ctrl - z : ~/.kwm/pass.applescript
cmd + alt + ctrl - y : ~/.kwm/pass.applescript

# Launch process manager
cmd + alt + ctrl - x : ~/.kwm/pkill.applescript

# Launch clipboard manager
cmd + alt + ctrl - c : khd -p "cmd + alt - c"

# Launch music manager
cmd + alt + ctrl - v : ~/.kwm/spotify.applescript

# Restard khd
cmd + alt + ctrl - escape : khd -e "reload"

Expand Down
1 change: 1 addition & 0 deletions install.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
$HOME/.kwm/kwmrc: config/kwmrc
$HOME/.kwm/iterm2.applescript: lib/macos/iterm2.applescript
$HOME/.kwm/pass.applescript: lib/macos/alfred/pass.applescript
$HOME/.kwm/pkill.applescript: lib/macos/alfred/pkill.applescript
$HOME/.kwm/spotify.applescript: lib/macos/alfred/spotify.applescript
$HOME/.khdrc: config/khdrc
$HOME/.inputrc: config/inputrc
Expand Down
2 changes: 2 additions & 0 deletions lib/macos/alfred/pkill.applescript
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env osascript
tell application "Alfred 3" to run trigger "open" in workflow "org.sssta.alfred-process-killer"
2 changes: 1 addition & 1 deletion lib/vim/deoplete.nvim
2 changes: 1 addition & 1 deletion lib/vim/vim-snippets

0 comments on commit ed392db

Please sign in to comment.