1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-04-01 00:47:45 +02:00

xorg: removed unneccesary autostarts and moved them into xlocal

This commit is contained in:
tiyn 2023-10-12 14:37:10 +02:00
parent 19a875bff5
commit d33b7e7f98
2 changed files with 5 additions and 3 deletions

5
.config/xorg/xlocal Normal file
View File

@ -0,0 +1,5 @@
#!/bin/sh
syncthing & # sync data between devices
nextcloud & # for my cloud
easyeffects --gapplication-service & # load noise suppression for microphone

View File

@ -6,7 +6,4 @@ dunst & # dunst for notifications
redshift & # redshift for saving your eyes redshift & # redshift for saving your eyes
$STATUSBAR & # for refreshing the statusbar $STATUSBAR & # for refreshing the statusbar
xcompmgr & # compositor for transparency xcompmgr & # compositor for transparency
nextcloud & # for my cloud
sxhkd & # for shortcuts sxhkd & # for shortcuts
easyeffects --gapplication-service & # load noise suppression for microphone
syncthing & # sync data between devices