Skip to content

Instantly share code, notes, and snippets.

@davidrios
Created June 22, 2019 21:41
Show Gist options
  • Save davidrios/0c832177acaf8f3ed88368a937a7ff3e to your computer and use it in GitHub Desktop.
Save davidrios/0c832177acaf8f3ed88368a937a7ff3e to your computer and use it in GitHub Desktop.
#!/bin/bash
NAME=$(/usr/local/bin/find-desktop-apps | fzf -d: --with-nth 2 | cut -d: -f1)
[ -z "$NAME" ] && exit
swaymsg exec "gtk-launch $NAME"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment