Sway config in multiple files
This commit is contained in:
parent
6925eb624d
commit
6a9f632787
5 changed files with 332 additions and 344 deletions
19
config/sway/autostart
Normal file
19
config/sway/autostart
Normal file
|
@ -0,0 +1,19 @@
|
|||
#
|
||||
# ~/.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
|
Loading…
Add table
Add a link
Reference in a new issue