Created
June 22, 2019 21:41
-
-
Save davidrios/0c832177acaf8f3ed88368a937a7ff3e to your computer and use it in GitHub Desktop.
Revisions
-
davidrios created this gist
Jun 22, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ #!/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"