diff options
author | Max Christian Pohle | 2018-08-27 21:46:47 +0200 |
---|---|---|
committer | Max Christian Pohle | 2018-08-27 21:46:47 +0200 |
commit | 40c0b3edf71713178c841860b81638f1c7ef8719 (patch) | |
tree | 2563370d8abbbef9c590ea973b66ce177d60ff02 | |
parent | e39a2344ba9629f35958a9e7bea8f3f536e521f4 (diff) | |
download | i3-40c0b3edf71713178c841860b81638f1c7ef8719.tar.bz2 i3-40c0b3edf71713178c841860b81638f1c7ef8719.zip |
Fixed: started some autostart apps twice
-rw-r--r-- | config | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -367,12 +367,10 @@ exec --no-startup-id dbus-launch nitrogen --restore | |||
367 | exec --no-startup-id dbus-launch compton -b --config ~/.config/i3/compton.conf | 367 | exec --no-startup-id dbus-launch compton -b --config ~/.config/i3/compton.conf |
368 | exec --no-startup-id dbus-launch setsid udiskie -2 -s | 368 | exec --no-startup-id dbus-launch setsid udiskie -2 -s |
369 | exec --no-startup-id dbus-launch setsid pidgin | 369 | exec --no-startup-id dbus-launch setsid pidgin |
370 | exec --no-startup-id dbus-launch setsid hexchat | 370 | # exec --no-startup-id dbus-launch setsid hexchat |
371 | # exec --no-startup-id dbus-launch nextcloud | 371 | # exec --no-startup-id dbus-launch nextcloud |
372 | # exec --no-startup-id /usr/lib/gnome-settings-daemon/gnome-settings-daemon | 372 | # exec --no-startup-id /usr/lib/gnome-settings-daemon/gnome-settings-daemon |
373 | exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=secrets | 373 | exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=secrets |
374 | exec dbus-launch gnome-settings-daemon | ||
375 | exec dbus-launch nm-applet | ||
376 | 374 | ||
377 | # exec xrandr --output HDMI1 --fb 3270x1080 --scale 1.05468x1.05468 | 375 | # exec xrandr --output HDMI1 --fb 3270x1080 --scale 1.05468x1.05468 |
378 | # exec xrandr --output HDMI1 --fb 3270x1080 --right-of VGA1 --panning 1350x1080+1920+0 --scale 1.05468x1.05468 | 376 | # exec xrandr --output HDMI1 --fb 3270x1080 --right-of VGA1 --panning 1350x1080+1920+0 --scale 1.05468x1.05468 |