Skip to content

Commit

Permalink
Merge pull request #66 from svigerske/patch-1
Browse files Browse the repository at this point in the history
fix sway config entry for launcher call
  • Loading branch information
Biont committed Feb 22, 2023
2 parents 93b99b2 + 0ee2185 commit 4c104e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ Arch Linux users can also grab it from the AUR (thanks @turtlewit)
Configure it in Sway like this:
```
for_window [app_id="^launcher$"] floating enable, sticky enable, resize set 30 ppt 60 ppt, border pixel 10
set $menu exec $term --class=launcher -e /path/to/repo/sway-launcher-desktop.sh
set $menu exec $term -a launcher -e /path/to/repo/sway-launcher-desktop.sh
bindsym $mod+d exec $menu
```
(this example was made with `term=foot` in mind; it may need to be adjusted for other terminals)

You can override the default icons/glyphs by setting the appropriate GLYPH_ variable in your $menu command, e.g.:
```
Expand Down

0 comments on commit 4c104e4

Please sign in to comment.