From 2d9733a71792562808f523a7eff04cfd3ecf3c4f Mon Sep 17 00:00:00 2001 From: jfm Date: Tue, 1 May 2018 08:35:12 +0200 Subject: [PATCH] Trying to add proxy and auto start of mopidy --- i3/.i3/config | 7 ++++--- i3/.i3/workspaces/ws01.sh | 2 +- i3/.i3/workspaces/ws02.sh | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/i3/.i3/config b/i3/.i3/config index 6c4505b..028efc4 100644 --- a/i3/.i3/config +++ b/i3/.i3/config @@ -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 \ No newline at end of file +exec --no-startup-id dockd --daemon +exec --no-startup-id systemctl --user start mopidy diff --git a/i3/.i3/workspaces/ws01.sh b/i3/.i3/workspaces/ws01.sh index 9c244d8..e62049a 100755 --- a/i3/.i3/workspaces/ws01.sh +++ b/i3/.i3/workspaces/ws01.sh @@ -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" diff --git a/i3/.i3/workspaces/ws02.sh b/i3/.i3/workspaces/ws02.sh index 88f87af..308afc1 100755 --- a/i3/.i3/workspaces/ws02.sh +++ b/i3/.i3/workspaces/ws02.sh @@ -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"