Changed default apps for startup

This commit is contained in:
Kristofers Solo 2023-02-24 22:32:39 +02:00
parent a944732880
commit 741a0d0ad2
2 changed files with 2 additions and 3 deletions

View File

@ -1,12 +1,11 @@
#!/bin/sh
autostart="flameshot nextcloud telegram-desktop headset-charge-indicator spotify ferdium picom discord"
autostart="nextcloud telegram-desktop headset-charge-indicator spotify ferdium discord transmission-daemon"
for program in $autostart; do
pidof -s "$program" || "$program" &
done >/dev/null 2>&1
numlockx on &
setxkbmap lv &
xrandr --output DisplayPort-0 --mode 1920x1080 --rate 75 --output HDMI-A-0 --mode 1920x1080 --rate 60 --left-of DisplayPort-0 &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &

View File

@ -9,7 +9,7 @@ xrdb "$XDG_CONFIG_HOME/X11/xresources" &
xrdbpid=$! # Uncomment to use Xresources colors/settings on startup
remaps & # run the remaps script, switching caps/esc and more; check it for more info
autostart="pipewire pipewire-pulse wireplumber dunst"
autostart="pipewire pipewire-pulse wireplumber dunst picom flameshot"
for program in $autostart; do
pidof -s "$program" || "$program" &