6 lines
119 B
Bash
Executable file
6 lines
119 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export ELECTRON_OZONE_PLATFORM_HINT=auto
|
|
export OZONE_PLATFORM=wayland
|
|
export XDG_CURRENT_DESKTOP=sway
|
|
sway
|