Add new monitors and qbittorrent an remove transmission in .xprofile

This commit is contained in:
Tobias Reisinger 2021-03-19 11:54:27 +01:00
parent 81858b8ad1
commit 532ba44b2d

View file

@ -16,8 +16,8 @@ fi
_autostart_on_launch() _autostart_on_launch()
{ {
xrandr --output DVI-D-1 --left-of HDMI-1 xrandr --output DVI-D-0 --left-of HDMI-A-0
xrandr --output HDMI-1 --mode 2560x1440 --refresh 144 xrandr --output HDMI-A-0 --mode 2560x1440 --refresh 144
dunst & dunst &
ckb-next --background & ckb-next --background &
@ -43,7 +43,8 @@ _autostart_on_launch()
#actkbd --grab --config ~/.config/actkbd/actkbd.conf --device /dev/input/by-id/usb-Dell_Dell_USB_Keyboard-event-kbd & #actkbd --grab --config ~/.config/actkbd/actkbd.conf --device /dev/input/by-id/usb-Dell_Dell_USB_Keyboard-event-kbd &
/usr/lib/kdeconnectd & /usr/lib/kdeconnectd &
transmission-gtk --minimized & #transmission-gtk --minimized &
qbittorrent &
#steam-runtime -silent -tcp & #steam-runtime -silent -tcp &
flatpak run com.valvesoftware.Steam -silent & flatpak run com.valvesoftware.Steam -silent &
qutebrowser & qutebrowser &