back to chromium
This commit is contained in:
parent
d9e54e0639
commit
538501e6fc
2 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@ i3-msg 'workspace 2; append_layout ~/.i3/workspace-2.json'
|
||||||
i3-msg 'workspace 10'
|
i3-msg 'workspace 10'
|
||||||
|
|
||||||
# Start programs afterwards and watch matching
|
# Start programs afterwards and watch matching
|
||||||
if command -v firefox; then
|
#if command -v firefox; then
|
||||||
firefox &
|
# firefox &
|
||||||
if command -v chromium; then
|
if command -v chromium; then
|
||||||
chromium &
|
chromium &
|
||||||
elif command -v chromium-browser; then
|
elif command -v chromium-browser; then
|
||||||
|
|
|
@ -22,7 +22,7 @@ arrival="2018-08-21"; event="FMSEC"
|
||||||
arrival="2018-11-01"; event="Begin crowdfunding"
|
arrival="2018-11-01"; event="Begin crowdfunding"
|
||||||
arrival="2019-02-06"; event="Ende crowdfunding"
|
arrival="2019-02-06"; event="Ende crowdfunding"
|
||||||
arrival="2019-08-21"; event="Master Thesis"
|
arrival="2019-08-21"; event="Master Thesis"
|
||||||
arrival="2019-08-09"; event="Master Thesis"
|
|
||||||
|
|
||||||
export arrival event
|
export arrival event
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue