Adding messages and removing workspace
This commit is contained in:
parent
c21130c816
commit
a5e36e64e5
|
@ -344,9 +344,9 @@ bar {
|
|||
separator #454947
|
||||
|
||||
# border backgr. text
|
||||
focused_workspace #002b36 #002b36 #859900
|
||||
active_workspace #002b36 #002b36 #FDF6E3
|
||||
inactive_workspace #002b36 #002b36 #839496
|
||||
focused_workspace #b58900 #b58900 #002b36
|
||||
active_workspace #b58900 #002b36 #b58900
|
||||
inactive_workspace #002b36 #002b36 #fdf6e3
|
||||
binding_mode #002b36 #002b36 #F9FAF9
|
||||
urgent_workspace #002b36 #002b36 #d33682
|
||||
}
|
||||
|
|
|
@ -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 https://tdcgroup.facebook.com/"
|
||||
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 https://messages.android.com"
|
||||
i3-msg "workspace 1:Comms; move workspace to output $SECONDARY"
|
||||
|
|
Loading…
Reference in New Issue