From 532ba44b2dafda425aa2e8051e1f73e94db6f9dd Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Fri, 19 Mar 2021 11:54:27 +0100 Subject: [PATCH] Add new monitors and qbittorrent an remove transmission in .xprofile --- .xprofile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.xprofile b/.xprofile index d42d954..5d14aa9 100644 --- a/.xprofile +++ b/.xprofile @@ -16,8 +16,8 @@ fi _autostart_on_launch() { - xrandr --output DVI-D-1 --left-of HDMI-1 - xrandr --output HDMI-1 --mode 2560x1440 --refresh 144 + xrandr --output DVI-D-0 --left-of HDMI-A-0 + xrandr --output HDMI-A-0 --mode 2560x1440 --refresh 144 dunst & 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 & /usr/lib/kdeconnectd & - transmission-gtk --minimized & + #transmission-gtk --minimized & + qbittorrent & #steam-runtime -silent -tcp & flatpak run com.valvesoftware.Steam -silent & qutebrowser &