Add new monitors and qbittorrent an remove transmission in .xprofile
This commit is contained in:
parent
81858b8ad1
commit
532ba44b2d
1 changed files with 4 additions and 3 deletions
|
@ -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 &
|
||||
|
|
Loading…
Reference in a new issue