diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-09-28 15:20:25 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-09-28 15:20:25 +0530 |
| commit | cab9134cfafbd7abbc6766384191f58c1ca9c16a (patch) | |
| tree | d6cce13c88e63f29b4ba49bb4d4f5b606d06484e /dist/autostart.sh | |
| parent | 32fa47525533b73786d9b41e410a0e6106e18977 (diff) | |
update
Diffstat (limited to '')
| -rwxr-xr-x | dist/autostart.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/autostart.sh b/dist/autostart.sh new file mode 100755 index 0000000..c673bd1 --- /dev/null +++ b/dist/autostart.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +way-displays & +dunst & +blueman-applet & +systemctl --user import-environment DISPLAY WAYLAND_DISPLAY & |
