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