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:
parent
19a875bff5
commit
d33b7e7f98
5
.config/xorg/xlocal
Normal file
5
.config/xorg/xlocal
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
syncthing & # sync data between devices
|
||||||
|
nextcloud & # for my cloud
|
||||||
|
easyeffects --gapplication-service & # load noise suppression for microphone
|
@ -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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user