5 lines
98 B
Bash
5 lines
98 B
Bash
#!/bin/bash
|
|
|
|
export SESSION_START_COMMAND="sway --unsupported-gpu"
|
|
export PATH=$PATH:~/.local/bin
|