summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Christian Pohle2018-08-27 21:46:47 +0200
committerMax Christian Pohle2018-08-27 21:46:47 +0200
commit40c0b3edf71713178c841860b81638f1c7ef8719 (patch)
tree2563370d8abbbef9c590ea973b66ce177d60ff02
parente39a2344ba9629f35958a9e7bea8f3f536e521f4 (diff)
downloadi3-40c0b3edf71713178c841860b81638f1c7ef8719.tar.bz2
i3-40c0b3edf71713178c841860b81638f1c7ef8719.zip
Fixed: started some autostart apps twice
-rw-r--r--config4
1 files changed, 1 insertions, 3 deletions
diff --git a/config b/config
index e79bc77..2522a5f 100644
--- a/config
+++ b/config
@@ -367,12 +367,10 @@ exec --no-startup-id dbus-launch nitrogen --restore
367exec --no-startup-id dbus-launch compton -b --config ~/.config/i3/compton.conf 367exec --no-startup-id dbus-launch compton -b --config ~/.config/i3/compton.conf
368exec --no-startup-id dbus-launch setsid udiskie -2 -s 368exec --no-startup-id dbus-launch setsid udiskie -2 -s
369exec --no-startup-id dbus-launch setsid pidgin 369exec --no-startup-id dbus-launch setsid pidgin
370exec --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
373exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=secrets 373exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=secrets
374exec dbus-launch gnome-settings-daemon
375exec 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
..