Skip to content

Commit

Permalink
Include note about the AUR
Browse files Browse the repository at this point in the history
  • Loading branch information
Biont committed Nov 15, 2019
1 parent df557aa commit e81161a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ Despite its name, it does not (read: no longer) depend on the Sway window manage

## Installation

Make sure you have `fzf` installed and download this repository
Make sure you have `fzf` installed and download this repository.
Arch Linux used can also grab it from the AUR (thanks @turtlewit)

* [sway-launcher-desktop](https://aur.archlinux.org/packages/sway-launcher-desktop/)
* [sway-launcher-desktop-git](https://aur.archlinux.org/packages/sway-launcher-desktop-git/)

Configure it in Sway like this:
```
Expand All @@ -24,5 +28,7 @@ set $menu exec urxvt -geometry 55x18 -name launcher -e env TERMINAL_COMMAND="urx
bindsym $mod+d exec $menu
```



### Setup a Terminal command
Some of your desktop entries will probably be TUI programs that expect to be launched in a new terminal window. Those entries have the `Terminal=true` flag set and you need to tell the launcher which terminal emulator to use. Pass the `TERMINAL_COMMAND` environment variable with your terminal startup command to the script to use your preferred terminal emulator. The script will default to `urxvt -e`

0 comments on commit e81161a

Please sign in to comment.