dotfiles/root/greetd/usr/local/bin/sway-run

18 lines
605 B
Bash
Executable file

#!/bin/sh
# Sesi
export XDG_SESSION_TYPE=wayland
export XDG_SESSION_DESKTOP=sway
export XDG_CURRENT_DESKTOP=sway
# Variabel Wayland
export MOZ_ENABLE_WAYLAND=1
export QT_QPA_PLATFORM="wayland;xcb"
export SDL_VIDEODRIVER=wayland
export _JAVA_AWT_WM_NONREPARENTING=1
# Tema Bemenu
export BEMENU_OPTS="--center -il 24 -w -H 28 -W 0.35 -B 1 --tb '#000000' --tf '#ffffff' --fb '#000000' --ff '#ffffff' --cf '#ffffff' --nb '#000000' --nf '#ffffff' --hb '#ffffff' --hf '#000000' --ab '#000000' --af '#ffffff' --scb '#000000' --scf '#ffffff' --bdr '#ffffff' -p '>'"
exec systemd-cat --identifier=sway sway $@