2019-09-10 12:51:38 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
xset r rate 300 50 & # Speed xrate up
|
|
|
|
unclutter & # Remove mouse when idle
|
|
|
|
dunst & # dunst for notifications
|
2019-10-05 00:06:58 +02:00
|
|
|
redshift & # redshift for saving your eyes
|
2020-01-29 22:04:22 +01:00
|
|
|
mpd & # starts the mpd server for music
|
2020-05-30 20:02:50 +02:00
|
|
|
$STATUSBAR & # for refreshing the statusbar
|
2022-09-08 02:32:28 +02:00
|
|
|
xcompmgr & # compositor for transparency
|
2021-05-24 18:10:37 +02:00
|
|
|
nextcloud & # for my cloud
|
2020-05-30 20:02:50 +02:00
|
|
|
sxhkd & # for shortcuts
|
2022-09-08 02:32:28 +02:00
|
|
|
easyeffects --gapplication-service & # load noise suppression for microphone
|