Trying to add proxy and auto start of mopidy

This commit is contained in:
jfm 2018-05-01 08:35:12 +02:00
parent d9e2a1a222
commit 2d9733a717
3 changed files with 6 additions and 5 deletions

View File

@ -284,9 +284,9 @@ exec --no-startup-id nm-applet
exec --no-startup-id xfce4-power-manager
exec --no-startup-id pamac-tray
exec --no-startup-id clipit
# exec --no-startup-id blueman-applet
exec --no-startup-id blueman-applet
# exec_always --no-startup-id sbxkb
exec --no-startup-id start_conky_maia
# exec --no-startup-id start_conky_maia
# exec --no-startup-id start_conky_green
exec --no-startup-id xautolock -time 10 -locker blurlock
exec_always --no-startup-id ff-theme-util
@ -424,4 +424,5 @@ mode "$mode_gaps_outer" {
#### Custom Config
exec --no-startup-id dockd --daemon
exec --no-startup-id dockd --daemon
exec --no-startup-id systemctl --user start mopidy

View File

@ -2,5 +2,5 @@
. ~/.i3/env
i3-msg "workspace 1:Comms; append_layout ~/.i3/layouts/workspace1-comms.json"
i3-msg "workspace 1:Comms; exec google-chrome-stable --no-default-browser-check --new-window https://chat.google.com https://mattermost.yousee.dk https://tdcgroup.slack.com"
i3-msg "workspace 1:Comms; exec google-chrome-stable --proxy-pac-url=file://home/jfm/Customers/TDC/Scripts/tdcproxy.js --no-default-browser-check --new-window https://chat.google.com https://mattermost.yousee.dk https://tdcgroup.slack.com"
i3-msg "workspace 1:Comms; move workspace to output $SECONDARY"

View File

@ -2,6 +2,6 @@
. ~/.i3/env
i3-msg "workspace 2:Web; append_layout ~/.i3/layouts/workspace2-web.json"
i3-msg "workspace 2:Web; exec google-chrome-stable --no-default-browser-check --new-window https://www.toggl.com/app/timer https://inbox.google.com/"
i3-msg "workspace 2:Web; exec google-chrome-stable --proxy-pac-url=file://home/jfm/Customers/TDC/Scripts/tdcproxy.js --no-default-browser-check --new-window https://www.toggl.com/app/timer https://inbox.google.com/"
i3-msg "workspace 2:Web; move workspace to output $PRIMARY"