Minor changes to work setup
This commit is contained in:
parent
1564e8b0d0
commit
19ab338955
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
xrandr --output DP2-1 --mode 1280x1024 --pos 0x0 --rotate normal --output DP2-2 --mode 1920x1080 --pos 1280x0 --rotate normal --output DP2-3 --off --output eDP1 --primary --mode 2560x1440 --pos 3200x0 --rotate normal --output HDMI-2 --off --output HDMI-1 --off --output DP2 --off --output DP1 --off
|
xrandr --output DP2-1 --mode 1280x1024 --pos 0x0 --rotate normal --output DP2-2 --mode 1920x1080 --pos 1280x0 --rotate normal --output DP2-3 --off --output eDP1 --primary --mode 2560x1440 --pos 3200x0 --rotate normal --output HDMI2 --off --output HDMI1 --off --output DP2 --off --output DP1 --off
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
. ~/.i3/env
|
. ~/.i3/env
|
||||||
|
|
||||||
i3-msg "workspace 1:Comms; append_layout ~/.i3/layouts/workspace1-comms.json"
|
i3-msg "workspace 1:Comms; append_layout ~/.i3/layouts/workspace1-comms.json"
|
||||||
i3-msg "workspace 1:Comms; exec google-chrome-stable --new-window https://chat.google.com https://mattermost.yousee.dk https://tdcgroup.slack.com --no-default-browser-check"
|
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; move workspace to output $SECONDARY"
|
i3-msg "workspace 1:Comms; move workspace to output $SECONDARY"
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
. ~/.i3/env
|
. ~/.i3/env
|
||||||
|
|
||||||
i3-msg "workspace 2:Web; append_layout ~/.i3/layouts/workspace2-web.json"
|
i3-msg "workspace 2:Web; append_layout ~/.i3/layouts/workspace2-web.json"
|
||||||
i3-msg "workspace 2: Web; exec google-chrome-stable --new-window https://www.toggl.com/app/timer https://inbox.google.com/ --no-default-browser-check"
|
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; move workspace to output $PRIMARY"
|
i3-msg "workspace 2:Web; move workspace to output $PRIMARY"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue