mirror of
https://github.com/swaywm/sway.git
synced 2024-11-25 01:11:28 +00:00
Use potentially much faster system shell instead of slower interactive user shell
parent
7374062b3d
commit
4bbdc2a06c
|
@ -30,7 +30,7 @@ Type=Application
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
```
|
```
|
||||||
|
|
||||||
Put the command above in `~/.local/bin/html-color-picker-for-sway` and add a shebang line as the first line: `#!/usr/bin/env bash`
|
Put the command above in `~/.local/bin/html-color-picker-for-sway` and add a shebang line as the first line: `#!/bin/sh`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue