20 lines
438 B
Text
20 lines
438 B
Text
|
#
|
||
|
# ~/.config/sway/autostart
|
||
|
# List of applications to autostart
|
||
|
#
|
||
|
|
||
|
# Idle script
|
||
|
exec_always "~/.scripts/idle.sh"
|
||
|
|
||
|
# Gamma and brightness
|
||
|
exec clight &> /dev/null
|
||
|
|
||
|
# Notification manager
|
||
|
exec dunst -verbosity crit
|
||
|
|
||
|
# Fix [Slow launch for some GTK apps](https://github.com/swaywm/sway/issues/5732)
|
||
|
exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||
|
|
||
|
# Fix JetBrain IDE's showing properly
|
||
|
exec wmname LG3D
|