diff options
| author | Moritz Meißelbach <arbelzapf@gmail.com> | 2019-11-09 23:19:05 +0100 |
|---|---|---|
| committer | Moritz Meißelbach <arbelzapf@gmail.com> | 2019-11-09 23:19:05 +0100 |
| commit | fb6dcf58c08c6e464193d3e7464d7301f949166e (patch) | |
| tree | 2db51157564a8ed772bf260de00c0f173c78d0be /README.md | |
| parent | 8b8c4b3bf7e6053061aafb880bb7084cea6ef6f4 (diff) | |
| download | sway-launcher-desktop-fb6dcf58c08c6e464193d3e7464d7301f949166e.tar.gz sway-launcher-desktop-fb6dcf58c08c6e464193d3e7464d7301f949166e.zip | |
Change fallback TERMINAL_COMMAND to urxvt to be consistent with existing README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,4 +24,4 @@ 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 `termite -e` +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` |
