From d33b7e7f98254e516657754a523735bab9bc8bd7 Mon Sep 17 00:00:00 2001 From: tiyn Date: Thu, 12 Oct 2023 14:37:10 +0200 Subject: [PATCH] xorg: removed unneccesary autostarts and moved them into xlocal --- .config/xorg/xlocal | 5 +++++ .config/xorg/xprofile | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 .config/xorg/xlocal diff --git a/.config/xorg/xlocal b/.config/xorg/xlocal new file mode 100644 index 0000000..955f7d2 --- /dev/null +++ b/.config/xorg/xlocal @@ -0,0 +1,5 @@ +#!/bin/sh + +syncthing & # sync data between devices +nextcloud & # for my cloud +easyeffects --gapplication-service & # load noise suppression for microphone diff --git a/.config/xorg/xprofile b/.config/xorg/xprofile index dd98113..c957276 100644 --- a/.config/xorg/xprofile +++ b/.config/xorg/xprofile @@ -6,7 +6,4 @@ dunst & # dunst for notifications redshift & # redshift for saving your eyes $STATUSBAR & # for refreshing the statusbar xcompmgr & # compositor for transparency -nextcloud & # for my cloud sxhkd & # for shortcuts -easyeffects --gapplication-service & # load noise suppression for microphone -syncthing & # sync data between devices